Html Css Color HEX #BBD6ED Pale Cornflower Blue
📋 copy color: '#BBD6ED'red 187 ◦ green 214 ◦ blue 237
Shades of Pale Cornflower Blue #BBD6ED
Tints of Pale Cornflower Blue #BBD6ED
RGB
CMYK
RGB Variations
Color information
#BBD6ED (or 0xBBD6ED) is known color: Pale Cornflower Blue. HEX triplet: BB, D6 and ED. RGB value is (187,214,237). Sum of RGB (Red+Green+Blue) = 187+214+237=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6ED is #442912. Grayscale: #D0D0D0. Windows color (decimal): -4466963 or 15587003. OLE color: 15587003.
HSL color Cylindrical-coordinate representation of color #BBD6ED: hue angle of 207.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD6ED is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 214 | 237 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.07 |
| HSL | 207.6º | 0.58% | 0.83% | - |
| HSV(B) | 207.6º | 0.21% | 0.93% | - |
| XYZ | 59.83 | 64.77 | 89.47 | - |
| YUV | 208.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 237 | 0.21 | 0.10 | 0 | 0.07 | 207.6 | 0.58 | 0.83 |
| Hex | BB | D6 | ED | 15 | A | 0 | 7 | D0 | 3A | 53 |
| Octal | 273 | 326 | 355 | 25 | 12 | 0 | 7 | 320 | 72 | 123 |
| Binary | 10111011 | 11010110 | 11101101 | 10101 | 1010 | 0 | 111 | 11010000 | 111010 | 1010011 |
Color Harmonies of #BBD6ED
Complementary color
Monochromatic Colors of #BBD6ED
Black with #BBD6ED
Text Example
Text Example
White with #BBD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6ED; }
p { color: rgb(187,214,237); }
H1.HeaderClassName
{
color: #BBD6ED;
}
.AnyTagClassName
{
color: #BBD6ED;
}
</style>
background-color css
<style>
a { background-color: #BBD6ED; }
a { background-color: rgb(187,214,237); }
div.DivClassName
{
background-color: #BBD6ED;
}
.BgClassName
{
background-color: #BBD6ED;
}
</style>
border-color css
<style>
span { border-color: #BBD6ED; }
span { border-color: rgb(187,214,237); }
td.TdClassName
{
border-color: #BBD6ED;
}
.TagClassName
{
border-color: #BBD6ED;
}
</style>