Html Css Color HEX #BBD4EF Pale Cornflower Blue
📋 copy color: '#BBD4EF'red 187 ◦ green 212 ◦ blue 239
Shades of Pale Cornflower Blue #BBD4EF
Tints of Pale Cornflower Blue #BBD4EF
RGB
CMYK
RGB Variations
Color information
#BBD4EF (or 0xBBD4EF) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and EF. RGB value is (187,212,239). Sum of RGB (Red+Green+Blue) = 187+212+239=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4EF is #442B10. Grayscale: #CFCFCF. Windows color (decimal): -4467473 or 15717563. OLE color: 15717563.
HSL color Cylindrical-coordinate representation of color #BBD4EF: hue angle of 211.15º 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 #BBD4EF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 212 | 239 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.06 |
| HSL | 211.15º | 0.62% | 0.84% | - |
| HSV(B) | 211.15º | 0.22% | 0.94% | - |
| XYZ | 59.62 | 63.88 | 90.85 | - |
| YUV | 207.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 239 | 0.22 | 0.11 | 0 | 0.06 | 211.15 | 0.62 | 0.84 |
| Hex | BB | D4 | EF | 16 | B | 0 | 6 | D3 | 3E | 54 |
| Octal | 273 | 324 | 357 | 26 | 13 | 0 | 6 | 323 | 76 | 124 |
| Binary | 10111011 | 11010100 | 11101111 | 10110 | 1011 | 0 | 110 | 11010011 | 111110 | 1010100 |
Color Harmonies of #BBD4EF
Complementary color
Monochromatic Colors of #BBD4EF
Black with #BBD4EF
Text Example
Text Example
White with #BBD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4EF; }
p { color: rgb(187,212,239); }
H1.HeaderClassName
{
color: #BBD4EF;
}
.AnyTagClassName
{
color: #BBD4EF;
}
</style>
background-color css
<style>
a { background-color: #BBD4EF; }
a { background-color: rgb(187,212,239); }
div.DivClassName
{
background-color: #BBD4EF;
}
.BgClassName
{
background-color: #BBD4EF;
}
</style>
border-color css
<style>
span { border-color: #BBD4EF; }
span { border-color: rgb(187,212,239); }
td.TdClassName
{
border-color: #BBD4EF;
}
.TagClassName
{
border-color: #BBD4EF;
}
</style>