Shades of Powder Blue #BBDEDD
Tints of Powder Blue #BBDEDD
RGB
CMYK
RGB Variations
Color information
#BBDEDD (or 0xBBDEDD) is known color: Powder Blue. HEX triplet: BB, DE and DD. RGB value is (187,222,221). Sum of RGB (Red+Green+Blue) = 187+222+221=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEDD is #442122. Grayscale: #D3D3D3. Windows color (decimal): -4464931 or 14540475. OLE color: 14540475.
HSL color Cylindrical-coordinate representation of color #BBDEDD: hue angle of 178.29º 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 #BBDEDD is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 221 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.13 |
| HSL | 178.29º | 0.35% | 0.8% | - |
| HSV(B) | 178.29º | 0.16% | 0.87% | - |
| XYZ | 59.67 | 68.03 | 78.39 | - |
| YUV | 211.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 221 | 0.16 | 0 | 0.00 | 0.13 | 178.29 | 0.35 | 0.8 |
| Hex | BB | DE | DD | 10 | 0 | 0 | D | B2 | 23 | 50 |
| Octal | 273 | 336 | 335 | 20 | 0 | 0 | 15 | 262 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11011101 | 10000 | 0 | 0 | 1101 | 10110010 | 100011 | 1010000 |
Color Harmonies of #BBDEDD
Complementary color
Monochromatic Colors of #BBDEDD
Black with #BBDEDD
Text Example
Text Example
White with #BBDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEDD; }
p { color: rgb(187,222,221); }
H1.HeaderClassName
{
color: #BBDEDD;
}
.AnyTagClassName
{
color: #BBDEDD;
}
</style>
background-color css
<style>
a { background-color: #BBDEDD; }
a { background-color: rgb(187,222,221); }
div.DivClassName
{
background-color: #BBDEDD;
}
.BgClassName
{
background-color: #BBDEDD;
}
</style>
border-color css
<style>
span { border-color: #BBDEDD; }
span { border-color: rgb(187,222,221); }
td.TdClassName
{
border-color: #BBDEDD;
}
.TagClassName
{
border-color: #BBDEDD;
}
</style>