Shades of Powder Blue #BBDEDE
Tints of Powder Blue #BBDEDE
RGB
CMYK
RGB Variations
Color information
#BBDEDE (or 0xBBDEDE) is known color: Powder Blue. HEX triplet: BB, DE and DE. RGB value is (187,222,222). Sum of RGB (Red+Green+Blue) = 187+222+222=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #BBDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEDE is #442121. Grayscale: #D3D3D3. Windows color (decimal): -4464930 or 14606011. OLE color: 14606011.
HSL color Cylindrical-coordinate representation of color #BBDEDE: hue angle of 180º 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 #BBDEDE is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 222 | - |
| CMYK | 0.16 | 0 | 0 | 0.13 |
| HSL | 180º | 0.35% | 0.8% | - |
| HSV(B) | 180º | 0.16% | 0.87% | - |
| XYZ | 59.8 | 68.08 | 79.1 | - |
| YUV | 211.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 222 | 0.16 | 0 | 0 | 0.13 | 180 | 0.35 | 0.8 |
| Hex | BB | DE | DE | 10 | 0 | 0 | D | B4 | 23 | 50 |
| Octal | 273 | 336 | 336 | 20 | 0 | 0 | 15 | 264 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11011110 | 10000 | 0 | 0 | 1101 | 10110100 | 100011 | 1010000 |
Color Harmonies of #BBDEDE
Complementary color
Monochromatic Colors of #BBDEDE
Black with #BBDEDE
Text Example
Text Example
White with #BBDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEDE; }
p { color: rgb(187,222,222); }
H1.HeaderClassName
{
color: #BBDEDE;
}
.AnyTagClassName
{
color: #BBDEDE;
}
</style>
background-color css
<style>
a { background-color: #BBDEDE; }
a { background-color: rgb(187,222,222); }
div.DivClassName
{
background-color: #BBDEDE;
}
.BgClassName
{
background-color: #BBDEDE;
}
</style>
border-color css
<style>
span { border-color: #BBDEDE; }
span { border-color: rgb(187,222,222); }
td.TdClassName
{
border-color: #BBDEDE;
}
.TagClassName
{
border-color: #BBDEDE;
}
</style>