Html Css Color HEX #BBD9EF Pale Cornflower Blue
📋 copy color: '#BBD9EF'red 187 ◦ green 217 ◦ blue 239
Shades of Pale Cornflower Blue #BBD9EF
Tints of Pale Cornflower Blue #BBD9EF
RGB
CMYK
RGB Variations
Color information
#BBD9EF (or 0xBBD9EF) is known color: Pale Cornflower Blue. HEX triplet: BB, D9 and EF. RGB value is (187,217,239). Sum of RGB (Red+Green+Blue) = 187+217+239=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9EF is #442610. Grayscale: #D2D2D2. Windows color (decimal): -4466193 or 15718843. OLE color: 15718843.
HSL color Cylindrical-coordinate representation of color #BBD9EF: hue angle of 205.38º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD9EF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 217 | 239 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.06 |
| HSL | 205.38º | 0.62% | 0.84% | - |
| HSV(B) | 205.38º | 0.22% | 0.94% | - |
| XYZ | 60.89 | 66.42 | 91.27 | - |
| YUV | 210.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 239 | 0.22 | 0.09 | 0 | 0.06 | 205.38 | 0.62 | 0.84 |
| Hex | BB | D9 | EF | 16 | 9 | 0 | 6 | CD | 3E | 54 |
| Octal | 273 | 331 | 357 | 26 | 11 | 0 | 6 | 315 | 76 | 124 |
| Binary | 10111011 | 11011001 | 11101111 | 10110 | 1001 | 0 | 110 | 11001101 | 111110 | 1010100 |
Color Harmonies of #BBD9EF
Complementary color
Monochromatic Colors of #BBD9EF
Black with #BBD9EF
Text Example
Text Example
White with #BBD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9EF; }
p { color: rgb(187,217,239); }
H1.HeaderClassName
{
color: #BBD9EF;
}
.AnyTagClassName
{
color: #BBD9EF;
}
</style>
background-color css
<style>
a { background-color: #BBD9EF; }
a { background-color: rgb(187,217,239); }
div.DivClassName
{
background-color: #BBD9EF;
}
.BgClassName
{
background-color: #BBD9EF;
}
</style>
border-color css
<style>
span { border-color: #BBD9EF; }
span { border-color: rgb(187,217,239); }
td.TdClassName
{
border-color: #BBD9EF;
}
.TagClassName
{
border-color: #BBD9EF;
}
</style>