Html Css Color HEX #B9DEFB Pale Cornflower Blue
📋 copy color: '#B9DEFB'red 185 ◦ green 222 ◦ blue 251
Shades of Pale Cornflower Blue #B9DEFB
Tints of Pale Cornflower Blue #B9DEFB
RGB
CMYK
RGB Variations
Color information
#B9DEFB (or 0xB9DEFB) is known color: Pale Cornflower Blue. HEX triplet: B9, DE and FB. RGB value is (185,222,251). Sum of RGB (Red+Green+Blue) = 185+222+251=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFB is #462104. Grayscale: #D6D6D6. Windows color (decimal): -4595973 or 16506553. OLE color: 16506553.
HSL color Cylindrical-coordinate representation of color #B9DEFB: hue angle of 206.36º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9DEFB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 222 | 251 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.02 |
| HSL | 206.36º | 0.89% | 0.85% | - |
| HSV(B) | 206.36º | 0.26% | 0.98% | - |
| XYZ | 63.54 | 69.52 | 101.34 | - |
| YUV | 214.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 251 | 0.26 | 0.12 | 0 | 0.02 | 206.36 | 0.89 | 0.85 |
| Hex | B9 | DE | FB | 1A | C | 0 | 2 | CE | 59 | 55 |
| Octal | 271 | 336 | 373 | 32 | 14 | 0 | 2 | 316 | 131 | 125 |
| Binary | 10111001 | 11011110 | 11111011 | 11010 | 1100 | 0 | 10 | 11001110 | 1011001 | 1010101 |
Color Harmonies of #B9DEFB
Complementary color
Monochromatic Colors of #B9DEFB
Black with #B9DEFB
Text Example
Text Example
White with #B9DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DEFB; }
p { color: rgb(185,222,251); }
H1.HeaderClassName
{
color: #B9DEFB;
}
.AnyTagClassName
{
color: #B9DEFB;
}
</style>
background-color css
<style>
a { background-color: #B9DEFB; }
a { background-color: rgb(185,222,251); }
div.DivClassName
{
background-color: #B9DEFB;
}
.BgClassName
{
background-color: #B9DEFB;
}
</style>
border-color css
<style>
span { border-color: #B9DEFB; }
span { border-color: rgb(185,222,251); }
td.TdClassName
{
border-color: #B9DEFB;
}
.TagClassName
{
border-color: #B9DEFB;
}
</style>