Shades of Powder Blue #BCDCDD
Tints of Powder Blue #BCDCDD
RGB
CMYK
RGB Variations
Color information
#BCDCDD (or 0xBCDCDD) is known color: Powder Blue. HEX triplet: BC, DC and DD. RGB value is (188,220,221). Sum of RGB (Red+Green+Blue) = 188+220+221=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDD is #432322. Grayscale: #D2D2D2. Windows color (decimal): -4399907 or 14539964. OLE color: 14539964.
HSL color Cylindrical-coordinate representation of color #BCDCDD: hue angle of 181.82º 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 #BCDCDD is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 220 | 221 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.13 |
| HSL | 181.82º | 0.33% | 0.8% | - |
| HSV(B) | 181.82º | 0.15% | 0.87% | - |
| XYZ | 59.38 | 67.1 | 78.23 | - |
| YUV | 210.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 221 | 0.15 | 0.00 | 0 | 0.13 | 181.82 | 0.33 | 0.8 |
| Hex | BC | DC | DD | F | 0 | 0 | D | B6 | 21 | 50 |
| Octal | 274 | 334 | 335 | 17 | 0 | 0 | 15 | 266 | 41 | 120 |
| Binary | 10111100 | 11011100 | 11011101 | 1111 | 0 | 0 | 1101 | 10110110 | 100001 | 1010000 |
Color Harmonies of #BCDCDD
Complementary color
Monochromatic Colors of #BCDCDD
Black with #BCDCDD
Text Example
Text Example
White with #BCDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCDD; }
p { color: rgb(188,220,221); }
H1.HeaderClassName
{
color: #BCDCDD;
}
.AnyTagClassName
{
color: #BCDCDD;
}
</style>
background-color css
<style>
a { background-color: #BCDCDD; }
a { background-color: rgb(188,220,221); }
div.DivClassName
{
background-color: #BCDCDD;
}
.BgClassName
{
background-color: #BCDCDD;
}
</style>
border-color css
<style>
span { border-color: #BCDCDD; }
span { border-color: rgb(188,220,221); }
td.TdClassName
{
border-color: #BCDCDD;
}
.TagClassName
{
border-color: #BCDCDD;
}
</style>