Html Css Color HEX #BBD8EF Pale Cornflower Blue
📋 copy color: '#BBD8EF'red 187 ◦ green 216 ◦ blue 239
Shades of Pale Cornflower Blue #BBD8EF
Tints of Pale Cornflower Blue #BBD8EF
RGB
CMYK
RGB Variations
Color information
#BBD8EF (or 0xBBD8EF) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and EF. RGB value is (187,216,239). Sum of RGB (Red+Green+Blue) = 187+216+239=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8EF is #442710. Grayscale: #D1D1D1. Windows color (decimal): -4466449 or 15718587. OLE color: 15718587.
HSL color Cylindrical-coordinate representation of color #BBD8EF: hue angle of 206.54º 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 #BBD8EF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 216 | 239 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.06 |
| HSL | 206.54º | 0.62% | 0.84% | - |
| HSV(B) | 206.54º | 0.22% | 0.94% | - |
| XYZ | 60.63 | 65.91 | 91.19 | - |
| YUV | 209.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 239 | 0.22 | 0.10 | 0 | 0.06 | 206.54 | 0.62 | 0.84 |
| Hex | BB | D8 | EF | 16 | A | 0 | 6 | CF | 3E | 54 |
| Octal | 273 | 330 | 357 | 26 | 12 | 0 | 6 | 317 | 76 | 124 |
| Binary | 10111011 | 11011000 | 11101111 | 10110 | 1010 | 0 | 110 | 11001111 | 111110 | 1010100 |
Color Harmonies of #BBD8EF
Complementary color
Monochromatic Colors of #BBD8EF
Black with #BBD8EF
Text Example
Text Example
White with #BBD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8EF; }
p { color: rgb(187,216,239); }
H1.HeaderClassName
{
color: #BBD8EF;
}
.AnyTagClassName
{
color: #BBD8EF;
}
</style>
background-color css
<style>
a { background-color: #BBD8EF; }
a { background-color: rgb(187,216,239); }
div.DivClassName
{
background-color: #BBD8EF;
}
.BgClassName
{
background-color: #BBD8EF;
}
</style>
border-color css
<style>
span { border-color: #BBD8EF; }
span { border-color: rgb(187,216,239); }
td.TdClassName
{
border-color: #BBD8EF;
}
.TagClassName
{
border-color: #BBD8EF;
}
</style>