Html Css Color HEX #B9D8FE Pale Cornflower Blue
📋 copy color: '#B9D8FE'red 185 ◦ green 216 ◦ blue 254
Shades of Pale Cornflower Blue #B9D8FE
Tints of Pale Cornflower Blue #B9D8FE
RGB
CMYK
RGB Variations
Color information
#B9D8FE (or 0xB9D8FE) is known color: Pale Cornflower Blue. HEX triplet: B9, D8 and FE. RGB value is (185,216,254). Sum of RGB (Red+Green+Blue) = 185+216+254=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D8FE is #462701. Grayscale: #D2D2D2. Windows color (decimal): -4597506 or 16701625. OLE color: 16701625.
HSL color Cylindrical-coordinate representation of color #B9D8FE: hue angle of 213.04º 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 #B9D8FE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 216 | 254 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.00 |
| HSL | 213.04º | 0.97% | 0.86% | - |
| HSV(B) | 213.04º | 0.27% | 1% | - |
| XYZ | 62.45 | 66.58 | 103.33 | - |
| YUV | 211.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 254 | 0.27 | 0.15 | 0 | 0.00 | 213.04 | 0.97 | 0.86 |
| Hex | B9 | D8 | FE | 1B | F | 0 | 0 | D5 | 61 | 56 |
| Octal | 271 | 330 | 376 | 33 | 17 | 0 | 0 | 325 | 141 | 126 |
| Binary | 10111001 | 11011000 | 11111110 | 11011 | 1111 | 0 | 0 | 11010101 | 1100001 | 1010110 |
Color Harmonies of #B9D8FE
Complementary color
Monochromatic Colors of #B9D8FE
Black with #B9D8FE
Text Example
Text Example
White with #B9D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8FE; }
p { color: rgb(185,216,254); }
H1.HeaderClassName
{
color: #B9D8FE;
}
.AnyTagClassName
{
color: #B9D8FE;
}
</style>
background-color css
<style>
a { background-color: #B9D8FE; }
a { background-color: rgb(185,216,254); }
div.DivClassName
{
background-color: #B9D8FE;
}
.BgClassName
{
background-color: #B9D8FE;
}
</style>
border-color css
<style>
span { border-color: #B9D8FE; }
span { border-color: rgb(185,216,254); }
td.TdClassName
{
border-color: #B9D8FE;
}
.TagClassName
{
border-color: #B9D8FE;
}
</style>