Html Css Color HEX #BBD8ED Pale Cornflower Blue
📋 copy color: '#BBD8ED'red 187 ◦ green 216 ◦ blue 237
Shades of Pale Cornflower Blue #BBD8ED
Tints of Pale Cornflower Blue #BBD8ED
RGB
CMYK
RGB Variations
Color information
#BBD8ED (or 0xBBD8ED) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and ED. RGB value is (187,216,237). Sum of RGB (Red+Green+Blue) = 187+216+237=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8ED is #442712. Grayscale: #D1D1D1. Windows color (decimal): -4466451 or 15587515. OLE color: 15587515.
HSL color Cylindrical-coordinate representation of color #BBD8ED: hue angle of 205.2º 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 #BBD8ED is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 216 | 237 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.07 |
| HSL | 205.2º | 0.58% | 0.83% | - |
| HSV(B) | 205.2º | 0.21% | 0.93% | - |
| XYZ | 60.34 | 65.79 | 89.64 | - |
| YUV | 209.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 237 | 0.21 | 0.09 | 0 | 0.07 | 205.2 | 0.58 | 0.83 |
| Hex | BB | D8 | ED | 15 | 9 | 0 | 7 | CD | 3A | 53 |
| Octal | 273 | 330 | 355 | 25 | 11 | 0 | 7 | 315 | 72 | 123 |
| Binary | 10111011 | 11011000 | 11101101 | 10101 | 1001 | 0 | 111 | 11001101 | 111010 | 1010011 |
Color Harmonies of #BBD8ED
Complementary color
Monochromatic Colors of #BBD8ED
Black with #BBD8ED
Text Example
Text Example
White with #BBD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8ED; }
p { color: rgb(187,216,237); }
H1.HeaderClassName
{
color: #BBD8ED;
}
.AnyTagClassName
{
color: #BBD8ED;
}
</style>
background-color css
<style>
a { background-color: #BBD8ED; }
a { background-color: rgb(187,216,237); }
div.DivClassName
{
background-color: #BBD8ED;
}
.BgClassName
{
background-color: #BBD8ED;
}
</style>
border-color css
<style>
span { border-color: #BBD8ED; }
span { border-color: rgb(187,216,237); }
td.TdClassName
{
border-color: #BBD8ED;
}
.TagClassName
{
border-color: #BBD8ED;
}
</style>