Shades of Powder Blue #BBDDDC
Tints of Powder Blue #BBDDDC
RGB
CMYK
RGB Variations
Color information
#BBDDDC (or 0xBBDDDC) is known color: Powder Blue. HEX triplet: BB, DD and DC. RGB value is (187,221,220). Sum of RGB (Red+Green+Blue) = 187+221+220=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDDC is #442223. Grayscale: #D2D2D2. Windows color (decimal): -4465188 or 14474683. OLE color: 14474683.
HSL color Cylindrical-coordinate representation of color #BBDDDC: hue angle of 178.24º 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 #BBDDDC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 220 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.13 |
| HSL | 178.24º | 0.33% | 0.8% | - |
| HSV(B) | 178.24º | 0.15% | 0.87% | - |
| XYZ | 59.27 | 67.45 | 77.6 | - |
| YUV | 210.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 220 | 0.15 | 0 | 0.00 | 0.13 | 178.24 | 0.33 | 0.8 |
| Hex | BB | DD | DC | F | 0 | 0 | D | B2 | 21 | 50 |
| Octal | 273 | 335 | 334 | 17 | 0 | 0 | 15 | 262 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11011100 | 1111 | 0 | 0 | 1101 | 10110010 | 100001 | 1010000 |
Color Harmonies of #BBDDDC
Complementary color
Monochromatic Colors of #BBDDDC
Black with #BBDDDC
Text Example
Text Example
White with #BBDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDDC; }
p { color: rgb(187,221,220); }
H1.HeaderClassName
{
color: #BBDDDC;
}
.AnyTagClassName
{
color: #BBDDDC;
}
</style>
background-color css
<style>
a { background-color: #BBDDDC; }
a { background-color: rgb(187,221,220); }
div.DivClassName
{
background-color: #BBDDDC;
}
.BgClassName
{
background-color: #BBDDDC;
}
</style>
border-color css
<style>
span { border-color: #BBDDDC; }
span { border-color: rgb(187,221,220); }
td.TdClassName
{
border-color: #BBDDDC;
}
.TagClassName
{
border-color: #BBDDDC;
}
</style>