Html Css Color HEX #BBDEF7 Pale Cornflower Blue
📋 copy color: '#BBDEF7'red 187 ◦ green 222 ◦ blue 247
Shades of Pale Cornflower Blue #BBDEF7
Tints of Pale Cornflower Blue #BBDEF7
RGB
CMYK
RGB Variations
Color information
#BBDEF7 (or 0xBBDEF7) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and F7. RGB value is (187,222,247). Sum of RGB (Red+Green+Blue) = 187+222+247=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF7 is #442108. Grayscale: #D6D6D6. Windows color (decimal): -4464905 or 16244411. OLE color: 16244411.
HSL color Cylindrical-coordinate representation of color #BBDEF7: hue angle of 205º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDEF7 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 222 | 247 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.03 |
| HSL | 205º | 0.79% | 0.85% | - |
| HSV(B) | 205º | 0.24% | 0.97% | - |
| XYZ | 63.4 | 69.52 | 98.07 | - |
| YUV | 214.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 247 | 0.24 | 0.10 | 0 | 0.03 | 205 | 0.79 | 0.85 |
| Hex | BB | DE | F7 | 18 | A | 0 | 3 | CD | 4F | 55 |
| Octal | 273 | 336 | 367 | 30 | 12 | 0 | 3 | 315 | 117 | 125 |
| Binary | 10111011 | 11011110 | 11110111 | 11000 | 1010 | 0 | 11 | 11001101 | 1001111 | 1010101 |
Color Harmonies of #BBDEF7
Complementary color
Monochromatic Colors of #BBDEF7
Black with #BBDEF7
Text Example
Text Example
White with #BBDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF7; }
p { color: rgb(187,222,247); }
H1.HeaderClassName
{
color: #BBDEF7;
}
.AnyTagClassName
{
color: #BBDEF7;
}
</style>
background-color css
<style>
a { background-color: #BBDEF7; }
a { background-color: rgb(187,222,247); }
div.DivClassName
{
background-color: #BBDEF7;
}
.BgClassName
{
background-color: #BBDEF7;
}
</style>
border-color css
<style>
span { border-color: #BBDEF7; }
span { border-color: rgb(187,222,247); }
td.TdClassName
{
border-color: #BBDEF7;
}
.TagClassName
{
border-color: #BBDEF7;
}
</style>