Shades of Powder Blue #BBDBE0
Tints of Powder Blue #BBDBE0
RGB
CMYK
RGB Variations
Color information
#BBDBE0 (or 0xBBDBE0) is known color: Powder Blue. HEX triplet: BB, DB and E0. RGB value is (187,219,224). Sum of RGB (Red+Green+Blue) = 187+219+224=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE0 is #44241F. Grayscale: #D1D1D1. Windows color (decimal): -4465696 or 14736315. OLE color: 14736315.
HSL color Cylindrical-coordinate representation of color #BBDBE0: hue angle of 188.11º 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 #BBDBE0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 219 | 224 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.12 |
| HSL | 188.11º | 0.37% | 0.81% | - |
| HSV(B) | 188.11º | 0.17% | 0.88% | - |
| XYZ | 59.28 | 66.61 | 80.25 | - |
| YUV | 210 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 224 | 0.17 | 0.02 | 0 | 0.12 | 188.11 | 0.37 | 0.81 |
| Hex | BB | DB | E0 | 11 | 2 | 0 | C | BC | 25 | 51 |
| Octal | 273 | 333 | 340 | 21 | 2 | 0 | 14 | 274 | 45 | 121 |
| Binary | 10111011 | 11011011 | 11100000 | 10001 | 10 | 0 | 1100 | 10111100 | 100101 | 1010001 |
Color Harmonies of #BBDBE0
Complementary color
Monochromatic Colors of #BBDBE0
Black with #BBDBE0
Text Example
Text Example
White with #BBDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBE0; }
p { color: rgb(187,219,224); }
H1.HeaderClassName
{
color: #BBDBE0;
}
.AnyTagClassName
{
color: #BBDBE0;
}
</style>
background-color css
<style>
a { background-color: #BBDBE0; }
a { background-color: rgb(187,219,224); }
div.DivClassName
{
background-color: #BBDBE0;
}
.BgClassName
{
background-color: #BBDBE0;
}
</style>
border-color css
<style>
span { border-color: #BBDBE0; }
span { border-color: rgb(187,219,224); }
td.TdClassName
{
border-color: #BBDBE0;
}
.TagClassName
{
border-color: #BBDBE0;
}
</style>