Html Css Color HEX #BBDEF6 Pale Cornflower Blue
📋 copy color: '#BBDEF6'red 187 ◦ green 222 ◦ blue 246
Shades of Pale Cornflower Blue #BBDEF6
Tints of Pale Cornflower Blue #BBDEF6
RGB
CMYK
RGB Variations
Color information
#BBDEF6 (or 0xBBDEF6) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and F6. RGB value is (187,222,246). Sum of RGB (Red+Green+Blue) = 187+222+246=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF6 is #442109. Grayscale: #D6D6D6. Windows color (decimal): -4464906 or 16178875. OLE color: 16178875.
HSL color Cylindrical-coordinate representation of color #BBDEF6: hue angle of 204.41º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDEF6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 222 | 246 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.04 |
| HSL | 204.41º | 0.77% | 0.85% | - |
| HSV(B) | 204.41º | 0.24% | 0.96% | - |
| XYZ | 63.25 | 69.46 | 97.26 | - |
| YUV | 214.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 246 | 0.24 | 0.10 | 0 | 0.04 | 204.41 | 0.77 | 0.85 |
| Hex | BB | DE | F6 | 18 | A | 0 | 4 | CC | 4D | 55 |
| Octal | 273 | 336 | 366 | 30 | 12 | 0 | 4 | 314 | 115 | 125 |
| Binary | 10111011 | 11011110 | 11110110 | 11000 | 1010 | 0 | 100 | 11001100 | 1001101 | 1010101 |
Color Harmonies of #BBDEF6
Complementary color
Monochromatic Colors of #BBDEF6
Black with #BBDEF6
Text Example
Text Example
White with #BBDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF6; }
p { color: rgb(187,222,246); }
H1.HeaderClassName
{
color: #BBDEF6;
}
.AnyTagClassName
{
color: #BBDEF6;
}
</style>
background-color css
<style>
a { background-color: #BBDEF6; }
a { background-color: rgb(187,222,246); }
div.DivClassName
{
background-color: #BBDEF6;
}
.BgClassName
{
background-color: #BBDEF6;
}
</style>
border-color css
<style>
span { border-color: #BBDEF6; }
span { border-color: rgb(187,222,246); }
td.TdClassName
{
border-color: #BBDEF6;
}
.TagClassName
{
border-color: #BBDEF6;
}
</style>