Html Css Color HEX #BBD6EA Pale Cornflower Blue
📋 copy color: '#BBD6EA'red 187 ◦ green 214 ◦ blue 234
Shades of Pale Cornflower Blue #BBD6EA
Tints of Pale Cornflower Blue #BBD6EA
RGB
CMYK
RGB Variations
Color information
#BBD6EA (or 0xBBD6EA) is known color: Pale Cornflower Blue. HEX triplet: BB, D6 and EA. RGB value is (187,214,234). Sum of RGB (Red+Green+Blue) = 187+214+234=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6EA is #442915. Grayscale: #D0D0D0. Windows color (decimal): -4466966 or 15390395. OLE color: 15390395.
HSL color Cylindrical-coordinate representation of color #BBD6EA: hue angle of 205.53º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD6EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 214 | 234 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.08 |
| HSL | 205.53º | 0.53% | 0.83% | - |
| HSV(B) | 205.53º | 0.2% | 0.92% | - |
| XYZ | 59.39 | 64.6 | 87.18 | - |
| YUV | 208.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 234 | 0.20 | 0.09 | 0 | 0.08 | 205.53 | 0.53 | 0.83 |
| Hex | BB | D6 | EA | 14 | 9 | 0 | 8 | CE | 35 | 53 |
| Octal | 273 | 326 | 352 | 24 | 11 | 0 | 10 | 316 | 65 | 123 |
| Binary | 10111011 | 11010110 | 11101010 | 10100 | 1001 | 0 | 1000 | 11001110 | 110101 | 1010011 |
Color Harmonies of #BBD6EA
Complementary color
Monochromatic Colors of #BBD6EA
Black with #BBD6EA
Text Example
Text Example
White with #BBD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6EA; }
p { color: rgb(187,214,234); }
H1.HeaderClassName
{
color: #BBD6EA;
}
.AnyTagClassName
{
color: #BBD6EA;
}
</style>
background-color css
<style>
a { background-color: #BBD6EA; }
a { background-color: rgb(187,214,234); }
div.DivClassName
{
background-color: #BBD6EA;
}
.BgClassName
{
background-color: #BBD6EA;
}
</style>
border-color css
<style>
span { border-color: #BBD6EA; }
span { border-color: rgb(187,214,234); }
td.TdClassName
{
border-color: #BBD6EA;
}
.TagClassName
{
border-color: #BBD6EA;
}
</style>