Shades of Powder Blue #BBDBDD
Tints of Powder Blue #BBDBDD
RGB
CMYK
RGB Variations
Color information
#BBDBDD (or 0xBBDBDD) is known color: Powder Blue. HEX triplet: BB, DB and DD. RGB value is (187,219,221). Sum of RGB (Red+Green+Blue) = 187+219+221=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDD is #442422. Grayscale: #D1D1D1. Windows color (decimal): -4465699 or 14539707. OLE color: 14539707.
HSL color Cylindrical-coordinate representation of color #BBDBDD: hue angle of 183.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBDD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 219 | 221 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.13 |
| HSL | 183.53º | 0.33% | 0.8% | - |
| HSV(B) | 183.53º | 0.15% | 0.87% | - |
| XYZ | 58.88 | 66.45 | 78.13 | - |
| YUV | 209.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 221 | 0.15 | 0.01 | 0 | 0.13 | 183.53 | 0.33 | 0.8 |
| Hex | BB | DB | DD | F | 1 | 0 | D | B8 | 21 | 50 |
| Octal | 273 | 333 | 335 | 17 | 1 | 0 | 15 | 270 | 41 | 120 |
| Binary | 10111011 | 11011011 | 11011101 | 1111 | 1 | 0 | 1101 | 10111000 | 100001 | 1010000 |
Color Harmonies of #BBDBDD
Complementary color
Monochromatic Colors of #BBDBDD
Black with #BBDBDD
Text Example
Text Example
White with #BBDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBDD; }
p { color: rgb(187,219,221); }
H1.HeaderClassName
{
color: #BBDBDD;
}
.AnyTagClassName
{
color: #BBDBDD;
}
</style>
background-color css
<style>
a { background-color: #BBDBDD; }
a { background-color: rgb(187,219,221); }
div.DivClassName
{
background-color: #BBDBDD;
}
.BgClassName
{
background-color: #BBDBDD;
}
</style>
border-color css
<style>
span { border-color: #BBDBDD; }
span { border-color: rgb(187,219,221); }
td.TdClassName
{
border-color: #BBDBDD;
}
.TagClassName
{
border-color: #BBDBDD;
}
</style>