Html Css Color HEX #B9DEFE Pale Cornflower Blue
📋 copy color: '#B9DEFE'red 185 ◦ green 222 ◦ blue 254
Shades of Pale Cornflower Blue #B9DEFE
Tints of Pale Cornflower Blue #B9DEFE
RGB
CMYK
RGB Variations
Color information
#B9DEFE (or 0xB9DEFE) is known color: Pale Cornflower Blue. HEX triplet: B9, DE and FE. RGB value is (185,222,254). Sum of RGB (Red+Green+Blue) = 185+222+254=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFE is #462101. Grayscale: #D6D6D6. Windows color (decimal): -4595970 or 16703161. OLE color: 16703161.
HSL color Cylindrical-coordinate representation of color #B9DEFE: hue angle of 207.83º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DEFE is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 222 | 254 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.00 |
| HSL | 207.83º | 0.97% | 0.86% | - |
| HSV(B) | 207.83º | 0.27% | 1% | - |
| XYZ | 64.02 | 69.71 | 103.85 | - |
| YUV | 214.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 254 | 0.27 | 0.13 | 0 | 0.00 | 207.83 | 0.97 | 0.86 |
| Hex | B9 | DE | FE | 1B | D | 0 | 0 | D0 | 61 | 56 |
| Octal | 271 | 336 | 376 | 33 | 15 | 0 | 0 | 320 | 141 | 126 |
| Binary | 10111001 | 11011110 | 11111110 | 11011 | 1101 | 0 | 0 | 11010000 | 1100001 | 1010110 |
Color Harmonies of #B9DEFE
Complementary color
Monochromatic Colors of #B9DEFE
Black with #B9DEFE
Text Example
Text Example
White with #B9DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DEFE; }
p { color: rgb(185,222,254); }
H1.HeaderClassName
{
color: #B9DEFE;
}
.AnyTagClassName
{
color: #B9DEFE;
}
</style>
background-color css
<style>
a { background-color: #B9DEFE; }
a { background-color: rgb(185,222,254); }
div.DivClassName
{
background-color: #B9DEFE;
}
.BgClassName
{
background-color: #B9DEFE;
}
</style>
border-color css
<style>
span { border-color: #B9DEFE; }
span { border-color: rgb(185,222,254); }
td.TdClassName
{
border-color: #B9DEFE;
}
.TagClassName
{
border-color: #B9DEFE;
}
</style>