Shades of Powder Blue #BCDDDD
Tints of Powder Blue #BCDDDD
RGB
CMYK
RGB Variations
Color information
#BCDDDD (or 0xBCDDDD) is known color: Powder Blue. HEX triplet: BC, DD and DD. RGB value is (188,221,221). Sum of RGB (Red+Green+Blue) = 188+221+221=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #BCDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDD is #432222. Grayscale: #D3D3D3. Windows color (decimal): -4399651 or 14540220. OLE color: 14540220.
HSL color Cylindrical-coordinate representation of color #BCDDDD: hue angle of 180º 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 #BCDDDD is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 221 | - |
| CMYK | 0.15 | 0 | 0 | 0.13 |
| HSL | 180º | 0.33% | 0.8% | - |
| HSV(B) | 180º | 0.15% | 0.87% | - |
| XYZ | 59.65 | 67.62 | 78.32 | - |
| YUV | 211.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 221 | 0.15 | 0 | 0 | 0.13 | 180 | 0.33 | 0.8 |
| Hex | BC | DD | DD | F | 0 | 0 | D | B4 | 21 | 50 |
| Octal | 274 | 335 | 335 | 17 | 0 | 0 | 15 | 264 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11011101 | 1111 | 0 | 0 | 1101 | 10110100 | 100001 | 1010000 |
Color Harmonies of #BCDDDD
Complementary color
Monochromatic Colors of #BCDDDD
Black with #BCDDDD
Text Example
Text Example
White with #BCDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDDD; }
p { color: rgb(188,221,221); }
H1.HeaderClassName
{
color: #BCDDDD;
}
.AnyTagClassName
{
color: #BCDDDD;
}
</style>
background-color css
<style>
a { background-color: #BCDDDD; }
a { background-color: rgb(188,221,221); }
div.DivClassName
{
background-color: #BCDDDD;
}
.BgClassName
{
background-color: #BCDDDD;
}
</style>
border-color css
<style>
span { border-color: #BCDDDD; }
span { border-color: rgb(188,221,221); }
td.TdClassName
{
border-color: #BCDDDD;
}
.TagClassName
{
border-color: #BCDDDD;
}
</style>