Html Css Color HEX #B9D7EC Pale Cornflower Blue
📋 copy color: '#B9D7EC'red 185 ◦ green 215 ◦ blue 236
Shades of Pale Cornflower Blue #B9D7EC
Tints of Pale Cornflower Blue #B9D7EC
RGB
CMYK
RGB Variations
Color information
#B9D7EC (or 0xB9D7EC) is known color: Pale Cornflower Blue. HEX triplet: B9, D7 and EC. RGB value is (185,215,236). Sum of RGB (Red+Green+Blue) = 185+215+236=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9D7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7EC is #462813. Grayscale: #D0D0D0. Windows color (decimal): -4597780 or 15521721. OLE color: 15521721.
HSL color Cylindrical-coordinate representation of color #B9D7EC: hue angle of 204.71º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9D7EC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 215 | 236 | - |
CMYK | 0.22 | 0.09 | 0 | 0.07 |
HSL | 204.71º | 0.57% | 0.83% | - |
HSV(B) | 204.71º | 0.22% | 0.93% | - |
XYZ | 59.45 | 64.97 | 88.76 | - |
YUV | 208.42 | 143.56 | 111.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 215 | 236 | 0.22 | 0.09 | 0 | 0.07 | 204.71 | 0.57 | 0.83 |
Hex | B9 | D7 | EC | 16 | 9 | 0 | 7 | CD | 39 | 53 |
Octal | 271 | 327 | 354 | 26 | 11 | 0 | 7 | 315 | 71 | 123 |
Binary | 10111001 | 11010111 | 11101100 | 10110 | 1001 | 0 | 111 | 11001101 | 111001 | 1010011 |
Color Harmonies of #B9D7EC
Complementary color
Monochromatic Colors of #B9D7EC
Black with #B9D7EC
Text Example
Text Example
White with #B9D7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7EC; }
p { color: rgb(185,215,236); }
H1.HeaderClassName
{
color: #B9D7EC;
}
.AnyTagClassName
{
color: #B9D7EC;
}
</style>
background-color css
<style>
a { background-color: #B9D7EC; }
a { background-color: rgb(185,215,236); }
div.DivClassName
{
background-color: #B9D7EC;
}
.BgClassName
{
background-color: #B9D7EC;
}
</style>
border-color css
<style>
span { border-color: #B9D7EC; }
span { border-color: rgb(185,215,236); }
td.TdClassName
{
border-color: #B9D7EC;
}
.TagClassName
{
border-color: #B9D7EC;
}
</style>