Shades of Powder Blue #BBDDDE
Tints of Powder Blue #BBDDDE
RGB
CMYK
RGB Variations
Color information
#BBDDDE (or 0xBBDDDE) is known color: Powder Blue. HEX triplet: BB, DD and DE. RGB value is (187,221,222). Sum of RGB (Red+Green+Blue) = 187+221+222=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDDE is #442221. Grayscale: #D2D2D2. Windows color (decimal): -4465186 or 14605755. OLE color: 14605755.
HSL color Cylindrical-coordinate representation of color #BBDDDE: hue angle of 181.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDDDE is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 222 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.13 |
| HSL | 181.71º | 0.35% | 0.8% | - |
| HSV(B) | 181.71º | 0.16% | 0.87% | - |
| XYZ | 59.53 | 67.55 | 79.01 | - |
| YUV | 210.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 222 | 0.16 | 0.00 | 0 | 0.13 | 181.71 | 0.35 | 0.8 |
| Hex | BB | DD | DE | 10 | 0 | 0 | D | B6 | 23 | 50 |
| Octal | 273 | 335 | 336 | 20 | 0 | 0 | 15 | 266 | 43 | 120 |
| Binary | 10111011 | 11011101 | 11011110 | 10000 | 0 | 0 | 1101 | 10110110 | 100011 | 1010000 |
Color Harmonies of #BBDDDE
Complementary color
Monochromatic Colors of #BBDDDE
Black with #BBDDDE
Text Example
Text Example
White with #BBDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDDE; }
p { color: rgb(187,221,222); }
H1.HeaderClassName
{
color: #BBDDDE;
}
.AnyTagClassName
{
color: #BBDDDE;
}
</style>
background-color css
<style>
a { background-color: #BBDDDE; }
a { background-color: rgb(187,221,222); }
div.DivClassName
{
background-color: #BBDDDE;
}
.BgClassName
{
background-color: #BBDDDE;
}
</style>
border-color css
<style>
span { border-color: #BBDDDE; }
span { border-color: rgb(187,221,222); }
td.TdClassName
{
border-color: #BBDDDE;
}
.TagClassName
{
border-color: #BBDDDE;
}
</style>