Html Css Color HEX #B9D2FE Pale Cornflower Blue
📋 copy color: '#B9D2FE'red 185 ◦ green 210 ◦ blue 254
Shades of Pale Cornflower Blue #B9D2FE
Tints of Pale Cornflower Blue #B9D2FE
RGB
CMYK
RGB Variations
Color information
#B9D2FE (or 0xB9D2FE) is known color: Pale Cornflower Blue. HEX triplet: B9, D2 and FE. RGB value is (185,210,254). Sum of RGB (Red+Green+Blue) = 185+210+254=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2FE is #462D01. Grayscale: #CFCFCF. Windows color (decimal): -4599042 or 16700089. OLE color: 16700089.
HSL color Cylindrical-coordinate representation of color #B9D2FE: hue angle of 218.26º 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 #B9D2FE is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 210 | 254 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.00 |
| HSL | 218.26º | 0.97% | 0.86% | - |
| HSV(B) | 218.26º | 0.27% | 1% | - |
| XYZ | 60.94 | 63.56 | 102.82 | - |
| YUV | 207.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 254 | 0.27 | 0.17 | 0 | 0.00 | 218.26 | 0.97 | 0.86 |
| Hex | B9 | D2 | FE | 1B | 11 | 0 | 0 | DA | 61 | 56 |
| Octal | 271 | 322 | 376 | 33 | 21 | 0 | 0 | 332 | 141 | 126 |
| Binary | 10111001 | 11010010 | 11111110 | 11011 | 10001 | 0 | 0 | 11011010 | 1100001 | 1010110 |
Color Harmonies of #B9D2FE
Complementary color
Monochromatic Colors of #B9D2FE
Black with #B9D2FE
Text Example
Text Example
White with #B9D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D2FE; }
p { color: rgb(185,210,254); }
H1.HeaderClassName
{
color: #B9D2FE;
}
.AnyTagClassName
{
color: #B9D2FE;
}
</style>
background-color css
<style>
a { background-color: #B9D2FE; }
a { background-color: rgb(185,210,254); }
div.DivClassName
{
background-color: #B9D2FE;
}
.BgClassName
{
background-color: #B9D2FE;
}
</style>
border-color css
<style>
span { border-color: #B9D2FE; }
span { border-color: rgb(185,210,254); }
td.TdClassName
{
border-color: #B9D2FE;
}
.TagClassName
{
border-color: #B9D2FE;
}
</style>