Shades of Powder Blue #BBDEDC
Tints of Powder Blue #BBDEDC
RGB
CMYK
RGB Variations
Color information
#BBDEDC (or 0xBBDEDC) is known color: Powder Blue. HEX triplet: BB, DE and DC. RGB value is (187,222,220). Sum of RGB (Red+Green+Blue) = 187+222+220=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEDC is #442123. Grayscale: #D3D3D3. Windows color (decimal): -4464932 or 14474939. OLE color: 14474939.
HSL color Cylindrical-coordinate representation of color #BBDEDC: hue angle of 176.57º 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 #BBDEDC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 220 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.13 |
| HSL | 176.57º | 0.35% | 0.8% | - |
| HSV(B) | 176.57º | 0.16% | 0.87% | - |
| XYZ | 59.53 | 67.97 | 77.69 | - |
| YUV | 211.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 220 | 0.16 | 0 | 0.01 | 0.13 | 176.57 | 0.35 | 0.8 |
| Hex | BB | DE | DC | 10 | 0 | 1 | D | B1 | 23 | 50 |
| Octal | 273 | 336 | 334 | 20 | 0 | 1 | 15 | 261 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11011100 | 10000 | 0 | 1 | 1101 | 10110001 | 100011 | 1010000 |
Color Harmonies of #BBDEDC
Complementary color
Monochromatic Colors of #BBDEDC
Black with #BBDEDC
Text Example
Text Example
White with #BBDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEDC; }
p { color: rgb(187,222,220); }
H1.HeaderClassName
{
color: #BBDEDC;
}
.AnyTagClassName
{
color: #BBDEDC;
}
</style>
background-color css
<style>
a { background-color: #BBDEDC; }
a { background-color: rgb(187,222,220); }
div.DivClassName
{
background-color: #BBDEDC;
}
.BgClassName
{
background-color: #BBDEDC;
}
</style>
border-color css
<style>
span { border-color: #BBDEDC; }
span { border-color: rgb(187,222,220); }
td.TdClassName
{
border-color: #BBDEDC;
}
.TagClassName
{
border-color: #BBDEDC;
}
</style>