Shades of Powder Blue #BCDCDC
Tints of Powder Blue #BCDCDC
RGB
CMYK
RGB Variations
Color information
#BCDCDC (or 0xBCDCDC) is known color: Powder Blue. HEX triplet: BC, DC and DC. RGB value is (188,220,220). Sum of RGB (Red+Green+Blue) = 188+220+220=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #BCDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDC is #432323. Grayscale: #D2D2D2. Windows color (decimal): -4399908 or 14474428. OLE color: 14474428.
HSL color Cylindrical-coordinate representation of color #BCDCDC: hue angle of 180º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCDC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 220 | - |
| CMYK | 0.15 | 0 | 0 | 0.14 |
| HSL | 180º | 0.31% | 0.8% | - |
| HSV(B) | 180º | 0.15% | 0.86% | - |
| XYZ | 59.25 | 67.05 | 77.53 | - |
| YUV | 210.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 220 | 0.15 | 0 | 0 | 0.14 | 180 | 0.31 | 0.8 |
| Hex | BC | DC | DC | F | 0 | 0 | E | B4 | 1F | 50 |
| Octal | 274 | 334 | 334 | 17 | 0 | 0 | 16 | 264 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11011100 | 1111 | 0 | 0 | 1110 | 10110100 | 11111 | 1010000 |
Color Harmonies of #BCDCDC
Complementary color
Monochromatic Colors of #BCDCDC
Black with #BCDCDC
Text Example
Text Example
White with #BCDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCDC; }
p { color: rgb(188,220,220); }
H1.HeaderClassName
{
color: #BCDCDC;
}
.AnyTagClassName
{
color: #BCDCDC;
}
</style>
background-color css
<style>
a { background-color: #BCDCDC; }
a { background-color: rgb(188,220,220); }
div.DivClassName
{
background-color: #BCDCDC;
}
.BgClassName
{
background-color: #BCDCDC;
}
</style>
border-color css
<style>
span { border-color: #BCDCDC; }
span { border-color: rgb(188,220,220); }
td.TdClassName
{
border-color: #BCDCDC;
}
.TagClassName
{
border-color: #BCDCDC;
}
</style>