Shades of Powder Blue #BCDCE0
Tints of Powder Blue #BCDCE0
RGB
CMYK
RGB Variations
Color information
#BCDCE0 (or 0xBCDCE0) is known color: Powder Blue. HEX triplet: BC, DC and E0. RGB value is (188,220,224). Sum of RGB (Red+Green+Blue) = 188+220+224=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE0 is #43231F. Grayscale: #D2D2D2. Windows color (decimal): -4399904 or 14736572. OLE color: 14736572.
HSL color Cylindrical-coordinate representation of color #BCDCE0: hue angle of 186.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDCE0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 220 | 224 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.12 |
| HSL | 186.67º | 0.37% | 0.81% | - |
| HSV(B) | 186.67º | 0.16% | 0.88% | - |
| XYZ | 59.79 | 67.26 | 80.35 | - |
| YUV | 210.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 224 | 0.16 | 0.02 | 0 | 0.12 | 186.67 | 0.37 | 0.81 |
| Hex | BC | DC | E0 | 10 | 2 | 0 | C | BB | 25 | 51 |
| Octal | 274 | 334 | 340 | 20 | 2 | 0 | 14 | 273 | 45 | 121 |
| Binary | 10111100 | 11011100 | 11100000 | 10000 | 10 | 0 | 1100 | 10111011 | 100101 | 1010001 |
Color Harmonies of #BCDCE0
Complementary color
Monochromatic Colors of #BCDCE0
Black with #BCDCE0
Text Example
Text Example
White with #BCDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCE0; }
p { color: rgb(188,220,224); }
H1.HeaderClassName
{
color: #BCDCE0;
}
.AnyTagClassName
{
color: #BCDCE0;
}
</style>
background-color css
<style>
a { background-color: #BCDCE0; }
a { background-color: rgb(188,220,224); }
div.DivClassName
{
background-color: #BCDCE0;
}
.BgClassName
{
background-color: #BCDCE0;
}
</style>
border-color css
<style>
span { border-color: #BCDCE0; }
span { border-color: rgb(188,220,224); }
td.TdClassName
{
border-color: #BCDCE0;
}
.TagClassName
{
border-color: #BCDCE0;
}
</style>