#b9c8e0 Color Hex Penna

Information about Penna Color | #0000FF

#b9c8e0 color RGB value is (185,200,224). #b9c8e0 color name is Penna color.

#b9c8e0 hex color red value is 185 , green value is 200 and the blue value of its RGB is 224 . Cylindrical-coordinate representations (also known as HSL) of color #b9c8e0 hue: 217 , saturation: 39 and the lightness value of #b9c8e0 is 80

The process color (four color CMYK) of #b9c8e0 color hex is 7 , 4 ,0, 5 .

#b9c8e0

~Penna

Color Converions

HEX
#b9c8e0
RGB
185,200,224
LAB
80,-2,-14
CMYK
17,11,0,12
LCH
80,14,-97
XYZ
54,57,79
HSV
217,17,88
HSL
217,39,80

Base Numbers

Base Red Green Blue
Binary 10111001 11001000 11100000
Octal 271 310 340
Decimal 185 200 224
Hex b9 c8 e0

RGB Percentages of Color #b9c8e0

73%
78%
88%

CMYK Percentages of Color #b9c8e0

7%
0%
4%
5%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b9c8e0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b9c8e0
20%
#a7b4ca
30%
#94a0b3
40%
#828c9d
50%
#6f7886
60%
#5d6470
70%
#4a505a
80%
#383c43
90%
#25282d
100%
#131416

Tints of #b9c8e0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b9c8e0
20%
#c0cee3
30%
#c7d3e6
40%
#ced9e9
50%
#d5deec
60%
#dce4f0
70%
#e3e9f3
80%
#eaeff6
90%
#f1f4f9
100%
#f8fafc

Tones of #b9c8e0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b9c8e0
20%
#b3c1d6
30%
#adbacd
40%
#a8b2c3
50%
#a2abb9
60%
#9ca4b0
70%
#969ca6
80%
#91959c
90%
#8b8e93
100%
#858789

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b9c8e0
#b9d8e0
#b9d0e0
#b9c8e0
#b9c0e0
#bab9e0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b9c8e0
#e0d1b9

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b9c8e0
#d9b9e0
#d8e0b9

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b9c8e0
#e0b9c8
#c8e0b9

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b9c8e0
#e0b9db
#e0d1b9
#b9e0bd

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b9c8e0
#090a0b
#2d3036
#505660
#737c8b
#96a2b5

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b9c8e0

protanopia

#c2c4de

deuteranopia

#ccc0e1

tritanopia

#b6c8d8

achromatopsia

#c7c7c7

protanomaly

#bfc5de

deuteranomaly

#c5c3e1

achromatopsia

#c7c7c7

tritanomaly

#b7c8db

achromatomaly

#c2c7d0

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#b9c8e0 Color CSS Codes

.bgcolor {background-color:#b9c8e0; } 
.forecolor {color:#b9c8e0; }
.bordercolor {border:3px solid #b9c8e0; }
            

#b9c8e0 Text Font Color

<div style="color:#b9c8e0">
Div content here</div>

This sample text font color is #b9c8e0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b9c8e0 Background Color

<div style="background-color:#b9c8e0">
Div content here</div>
Div content here

#b9c8e0 Border Color

<div style="border:3px solid #b9c8e0">
Div here</div>

This div border color is #b9c8e0

#b9c8e0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b9c8e0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9c8e0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9c8e0;
  -webkit-box-shadow: 1px 1px 3px 2px #b9c8e0;
  box-shadow: 1px 1px 3px 2px #b9c8e0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9c8e0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b9c8e0;
              -webkit-box-shadow: 1px 1px 3px 2px #b9c8e0;
              box-shadow:         1px 1px 3px 2px #b9c8e0#b9c8e0">
Div content here</div>

This div box has shadow with color #b9c8e0

More Colors

Ballroom Blue
#a6b3c9
Cream Silk
#eee3c6
Meerkat
#a46f44
Diminished Green
#e3e6d6
Perfection
#d9d6e5
Babiana
#876fa3
Hormagaunt Purple
#51576f
Cathedral Grey
#aba9a7
Boynton Canyon
#9f4e3e
Bnei Brak Bay
#1d5bd6
Northpointe
#9e9181
Photon Projector
#88eeff
Black Pine Green
#33654a
Iridescent Red
#cc4e5c
Ash Violet
#9695a4
Ibiza Blue
#007cb7
Mint Ice Cream
#98cdb5
Ivy League
#007958
Light Angel Kiss
#dad4e4
Le Corbusier Crush
#bf4e46
Pink Flare
#d8b4b6
Iced Almond
#fef4dd
Beryl Red
#a16381
Pink Raspberry
#980036
Holland Tulip
#f89851
Frosted Almond
#d2c2ac
Hancock
#4d6968
Little Black Dress
#43484b
Birch Leaf Green
#637e1d
Fluorescent Turquoise
#00fdff
Partly Cloudy
#9dbbcd
Nantucket Sands
#b4a89a
Imayou Pink
#d0576b
Modal Blue
#40a6ac
Handmade Linen
#ddd6b7
Meadow Phlox
#a8afc7
Lead Cast
#6c809c
Gold of Midas
#ffeac7
Oasis
#0092a3
rating-img
Rate this tool
NaN/5   0 votes