Shades of Powder Blue #BBDDE0
Tints of Powder Blue #BBDDE0
RGB
CMYK
RGB Variations
Color information
#BBDDE0 (or 0xBBDDE0) is known color: Powder Blue. HEX triplet: BB, DD and E0. RGB value is (187,221,224). Sum of RGB (Red+Green+Blue) = 187+221+224=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDE0 is #44221F. Grayscale: #D3D3D3. Windows color (decimal): -4465184 or 14736827. OLE color: 14736827.
HSL color Cylindrical-coordinate representation of color #BBDDE0: hue angle of 184.86º 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 #BBDDE0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 221 | 224 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.12 |
| HSL | 184.86º | 0.37% | 0.81% | - |
| HSV(B) | 184.86º | 0.17% | 0.88% | - |
| XYZ | 59.8 | 67.66 | 80.43 | - |
| YUV | 211.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 224 | 0.17 | 0.01 | 0 | 0.12 | 184.86 | 0.37 | 0.81 |
| Hex | BB | DD | E0 | 11 | 1 | 0 | C | B9 | 25 | 51 |
| Octal | 273 | 335 | 340 | 21 | 1 | 0 | 14 | 271 | 45 | 121 |
| Binary | 10111011 | 11011101 | 11100000 | 10001 | 1 | 0 | 1100 | 10111001 | 100101 | 1010001 |
Color Harmonies of #BBDDE0
Complementary color
Monochromatic Colors of #BBDDE0
Black with #BBDDE0
Text Example
Text Example
White with #BBDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDE0; }
p { color: rgb(187,221,224); }
H1.HeaderClassName
{
color: #BBDDE0;
}
.AnyTagClassName
{
color: #BBDDE0;
}
</style>
background-color css
<style>
a { background-color: #BBDDE0; }
a { background-color: rgb(187,221,224); }
div.DivClassName
{
background-color: #BBDDE0;
}
.BgClassName
{
background-color: #BBDDE0;
}
</style>
border-color css
<style>
span { border-color: #BBDDE0; }
span { border-color: rgb(187,221,224); }
td.TdClassName
{
border-color: #BBDDE0;
}
.TagClassName
{
border-color: #BBDDE0;
}
</style>