Html Css Color HEX #BBD5EA Pale Cornflower Blue
📋 copy color: '#BBD5EA'red 187 ◦ green 213 ◦ blue 234
Shades of Pale Cornflower Blue #BBD5EA
Tints of Pale Cornflower Blue #BBD5EA
RGB
CMYK
RGB Variations
Color information
#BBD5EA (or 0xBBD5EA) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and EA. RGB value is (187,213,234). Sum of RGB (Red+Green+Blue) = 187+213+234=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5EA is #442A15. Grayscale: #CFCFCF. Windows color (decimal): -4467222 or 15390139. OLE color: 15390139.
HSL color Cylindrical-coordinate representation of color #BBD5EA: hue angle of 206.81º 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 #BBD5EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 213 | 234 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.08 |
| HSL | 206.81º | 0.53% | 0.83% | - |
| HSV(B) | 206.81º | 0.2% | 0.92% | - |
| XYZ | 59.14 | 64.09 | 87.1 | - |
| YUV | 207.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 234 | 0.20 | 0.09 | 0 | 0.08 | 206.81 | 0.53 | 0.83 |
| Hex | BB | D5 | EA | 14 | 9 | 0 | 8 | CF | 35 | 53 |
| Octal | 273 | 325 | 352 | 24 | 11 | 0 | 10 | 317 | 65 | 123 |
| Binary | 10111011 | 11010101 | 11101010 | 10100 | 1001 | 0 | 1000 | 11001111 | 110101 | 1010011 |
Color Harmonies of #BBD5EA
Complementary color
Monochromatic Colors of #BBD5EA
Black with #BBD5EA
Text Example
Text Example
White with #BBD5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5EA; }
p { color: rgb(187,213,234); }
H1.HeaderClassName
{
color: #BBD5EA;
}
.AnyTagClassName
{
color: #BBD5EA;
}
</style>
background-color css
<style>
a { background-color: #BBD5EA; }
a { background-color: rgb(187,213,234); }
div.DivClassName
{
background-color: #BBD5EA;
}
.BgClassName
{
background-color: #BBD5EA;
}
</style>
border-color css
<style>
span { border-color: #BBD5EA; }
span { border-color: rgb(187,213,234); }
td.TdClassName
{
border-color: #BBD5EA;
}
.TagClassName
{
border-color: #BBD5EA;
}
</style>