Html Css Color HEX #B9D4EF Pale Cornflower Blue
📋 copy color: '#B9D4EF'red 185 ◦ green 212 ◦ blue 239
Shades of Pale Cornflower Blue #B9D4EF
Tints of Pale Cornflower Blue #B9D4EF
RGB
CMYK
RGB Variations
Color information
#B9D4EF (or 0xB9D4EF) is known color: Pale Cornflower Blue. HEX triplet: B9, D4 and EF. RGB value is (185,212,239). Sum of RGB (Red+Green+Blue) = 185+212+239=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4EF is #462B10. Grayscale: #CECECE. Windows color (decimal): -4598545 or 15717561. OLE color: 15717561.
HSL color Cylindrical-coordinate representation of color #B9D4EF: hue angle of 210º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D4EF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 212 | 239 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.06 |
| HSL | 210º | 0.63% | 0.83% | - |
| HSV(B) | 210º | 0.23% | 0.94% | - |
| XYZ | 59.13 | 63.63 | 90.83 | - |
| YUV | 207.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 239 | 0.23 | 0.11 | 0 | 0.06 | 210 | 0.63 | 0.83 |
| Hex | B9 | D4 | EF | 17 | B | 0 | 6 | D2 | 3F | 53 |
| Octal | 271 | 324 | 357 | 27 | 13 | 0 | 6 | 322 | 77 | 123 |
| Binary | 10111001 | 11010100 | 11101111 | 10111 | 1011 | 0 | 110 | 11010010 | 111111 | 1010011 |
Color Harmonies of #B9D4EF
Complementary color
Monochromatic Colors of #B9D4EF
Black with #B9D4EF
Text Example
Text Example
White with #B9D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D4EF; }
p { color: rgb(185,212,239); }
H1.HeaderClassName
{
color: #B9D4EF;
}
.AnyTagClassName
{
color: #B9D4EF;
}
</style>
background-color css
<style>
a { background-color: #B9D4EF; }
a { background-color: rgb(185,212,239); }
div.DivClassName
{
background-color: #B9D4EF;
}
.BgClassName
{
background-color: #B9D4EF;
}
</style>
border-color css
<style>
span { border-color: #B9D4EF; }
span { border-color: rgb(185,212,239); }
td.TdClassName
{
border-color: #B9D4EF;
}
.TagClassName
{
border-color: #B9D4EF;
}
</style>