Shades of Powder Blue #BBDEE0
Tints of Powder Blue #BBDEE0
RGB
CMYK
RGB Variations
Color information
#BBDEE0 (or 0xBBDEE0) is known color: Powder Blue. HEX triplet: BB, DE and E0. RGB value is (187,222,224). Sum of RGB (Red+Green+Blue) = 187+222+224=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEE0 is #44211F. Grayscale: #D3D3D3. Windows color (decimal): -4464928 or 14737083. OLE color: 14737083.
HSL color Cylindrical-coordinate representation of color #BBDEE0: hue angle of 183.24º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDEE0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 222 | 224 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.12 |
| HSL | 183.24º | 0.37% | 0.81% | - |
| HSV(B) | 183.24º | 0.17% | 0.88% | - |
| XYZ | 60.07 | 68.19 | 80.52 | - |
| YUV | 211.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 224 | 0.17 | 0.01 | 0 | 0.12 | 183.24 | 0.37 | 0.81 |
| Hex | BB | DE | E0 | 11 | 1 | 0 | C | B7 | 25 | 51 |
| Octal | 273 | 336 | 340 | 21 | 1 | 0 | 14 | 267 | 45 | 121 |
| Binary | 10111011 | 11011110 | 11100000 | 10001 | 1 | 0 | 1100 | 10110111 | 100101 | 1010001 |
Color Harmonies of #BBDEE0
Complementary color
Monochromatic Colors of #BBDEE0
Black with #BBDEE0
Text Example
Text Example
White with #BBDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEE0; }
p { color: rgb(187,222,224); }
H1.HeaderClassName
{
color: #BBDEE0;
}
.AnyTagClassName
{
color: #BBDEE0;
}
</style>
background-color css
<style>
a { background-color: #BBDEE0; }
a { background-color: rgb(187,222,224); }
div.DivClassName
{
background-color: #BBDEE0;
}
.BgClassName
{
background-color: #BBDEE0;
}
</style>
border-color css
<style>
span { border-color: #BBDEE0; }
span { border-color: rgb(187,222,224); }
td.TdClassName
{
border-color: #BBDEE0;
}
.TagClassName
{
border-color: #BBDEE0;
}
</style>