Html Css Color HEX #B9D6FE Pale Cornflower Blue
📋 copy color: '#B9D6FE'red 185 ◦ green 214 ◦ blue 254
Shades of Pale Cornflower Blue #B9D6FE
Tints of Pale Cornflower Blue #B9D6FE
RGB
CMYK
RGB Variations
Color information
#B9D6FE (or 0xB9D6FE) is known color: Pale Cornflower Blue. HEX triplet: B9, D6 and FE. RGB value is (185,214,254). Sum of RGB (Red+Green+Blue) = 185+214+254=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D6FE is #462901. Grayscale: #D1D1D1. Windows color (decimal): -4598018 or 16701113. OLE color: 16701113.
HSL color Cylindrical-coordinate representation of color #B9D6FE: hue angle of 214.78º 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 #B9D6FE is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 214 | 254 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.00 |
| HSL | 214.78º | 0.97% | 0.86% | - |
| HSV(B) | 214.78º | 0.27% | 1% | - |
| XYZ | 61.94 | 65.56 | 103.16 | - |
| YUV | 209.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 254 | 0.27 | 0.16 | 0 | 0.00 | 214.78 | 0.97 | 0.86 |
| Hex | B9 | D6 | FE | 1B | 10 | 0 | 0 | D7 | 61 | 56 |
| Octal | 271 | 326 | 376 | 33 | 20 | 0 | 0 | 327 | 141 | 126 |
| Binary | 10111001 | 11010110 | 11111110 | 11011 | 10000 | 0 | 0 | 11010111 | 1100001 | 1010110 |
Color Harmonies of #B9D6FE
Complementary color
Monochromatic Colors of #B9D6FE
Black with #B9D6FE
Text Example
Text Example
White with #B9D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D6FE; }
p { color: rgb(185,214,254); }
H1.HeaderClassName
{
color: #B9D6FE;
}
.AnyTagClassName
{
color: #B9D6FE;
}
</style>
background-color css
<style>
a { background-color: #B9D6FE; }
a { background-color: rgb(185,214,254); }
div.DivClassName
{
background-color: #B9D6FE;
}
.BgClassName
{
background-color: #B9D6FE;
}
</style>
border-color css
<style>
span { border-color: #B9D6FE; }
span { border-color: rgb(185,214,254); }
td.TdClassName
{
border-color: #B9D6FE;
}
.TagClassName
{
border-color: #B9D6FE;
}
</style>