Html Css Color HEX #BBDEF8 Pale Cornflower Blue
📋 copy color: '#BBDEF8'red 187 ◦ green 222 ◦ blue 248
Shades of Pale Cornflower Blue #BBDEF8
Tints of Pale Cornflower Blue #BBDEF8
RGB
CMYK
RGB Variations
Color information
#BBDEF8 (or 0xBBDEF8) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and F8. RGB value is (187,222,248). Sum of RGB (Red+Green+Blue) = 187+222+248=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF8 is #442107. Grayscale: #D6D6D6. Windows color (decimal): -4464904 or 16309947. OLE color: 16309947.
HSL color Cylindrical-coordinate representation of color #BBDEF8: hue angle of 205.57º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDEF8 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 222 | 248 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.03 |
| HSL | 205.57º | 0.81% | 0.85% | - |
| HSV(B) | 205.57º | 0.25% | 0.97% | - |
| XYZ | 63.56 | 69.58 | 98.89 | - |
| YUV | 214.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 248 | 0.25 | 0.10 | 0 | 0.03 | 205.57 | 0.81 | 0.85 |
| Hex | BB | DE | F8 | 19 | A | 0 | 3 | CE | 51 | 55 |
| Octal | 273 | 336 | 370 | 31 | 12 | 0 | 3 | 316 | 121 | 125 |
| Binary | 10111011 | 11011110 | 11111000 | 11001 | 1010 | 0 | 11 | 11001110 | 1010001 | 1010101 |
Color Harmonies of #BBDEF8
Complementary color
Monochromatic Colors of #BBDEF8
Black with #BBDEF8
Text Example
Text Example
White with #BBDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF8; }
p { color: rgb(187,222,248); }
H1.HeaderClassName
{
color: #BBDEF8;
}
.AnyTagClassName
{
color: #BBDEF8;
}
</style>
background-color css
<style>
a { background-color: #BBDEF8; }
a { background-color: rgb(187,222,248); }
div.DivClassName
{
background-color: #BBDEF8;
}
.BgClassName
{
background-color: #BBDEF8;
}
</style>
border-color css
<style>
span { border-color: #BBDEF8; }
span { border-color: rgb(187,222,248); }
td.TdClassName
{
border-color: #BBDEF8;
}
.TagClassName
{
border-color: #BBDEF8;
}
</style>