Html Css Color HEX #BBD4E9 Pale Cornflower Blue
📋 copy color: '#BBD4E9'red 187 ◦ green 212 ◦ blue 233
Shades of Pale Cornflower Blue #BBD4E9
Tints of Pale Cornflower Blue #BBD4E9
RGB
CMYK
RGB Variations
Color information
#BBD4E9 (or 0xBBD4E9) is known color: Pale Cornflower Blue. HEX triplet: BB, D4 and E9. RGB value is (187,212,233). Sum of RGB (Red+Green+Blue) = 187+212+233=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4E9 is #442B16. Grayscale: #CECECE. Windows color (decimal): -4467479 or 15324347. OLE color: 15324347.
HSL color Cylindrical-coordinate representation of color #BBD4E9: hue angle of 207.39º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD4E9 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 212 | 233 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.09 |
| HSL | 207.39º | 0.51% | 0.82% | - |
| HSV(B) | 207.39º | 0.2% | 0.91% | - |
| XYZ | 58.74 | 63.53 | 86.26 | - |
| YUV | 206.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 233 | 0.20 | 0.09 | 0 | 0.09 | 207.39 | 0.51 | 0.82 |
| Hex | BB | D4 | E9 | 14 | 9 | 0 | 9 | CF | 33 | 52 |
| Octal | 273 | 324 | 351 | 24 | 11 | 0 | 11 | 317 | 63 | 122 |
| Binary | 10111011 | 11010100 | 11101001 | 10100 | 1001 | 0 | 1001 | 11001111 | 110011 | 1010010 |
Color Harmonies of #BBD4E9
Complementary color
Monochromatic Colors of #BBD4E9
Black with #BBD4E9
Text Example
Text Example
White with #BBD4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4E9; }
p { color: rgb(187,212,233); }
H1.HeaderClassName
{
color: #BBD4E9;
}
.AnyTagClassName
{
color: #BBD4E9;
}
</style>
background-color css
<style>
a { background-color: #BBD4E9; }
a { background-color: rgb(187,212,233); }
div.DivClassName
{
background-color: #BBD4E9;
}
.BgClassName
{
background-color: #BBD4E9;
}
</style>
border-color css
<style>
span { border-color: #BBD4E9; }
span { border-color: rgb(187,212,233); }
td.TdClassName
{
border-color: #BBD4E9;
}
.TagClassName
{
border-color: #BBD4E9;
}
</style>