Shades of Powder Blue #BCDCE2
Tints of Powder Blue #BCDCE2
RGB
CMYK
RGB Variations
Color information
#BCDCE2 (or 0xBCDCE2) is known color: Powder Blue. HEX triplet: BC, DC and E2. RGB value is (188,220,226). Sum of RGB (Red+Green+Blue) = 188+220+226=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE2 is #43231D. Grayscale: #D3D3D3. Windows color (decimal): -4399902 or 14867644. OLE color: 14867644.
HSL color Cylindrical-coordinate representation of color #BCDCE2: hue angle of 189.47º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDCE2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 220 | 226 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.11 |
| HSL | 189.47º | 0.4% | 0.81% | - |
| HSV(B) | 189.47º | 0.17% | 0.89% | - |
| XYZ | 60.06 | 67.37 | 81.79 | - |
| YUV | 211.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 226 | 0.17 | 0.03 | 0 | 0.11 | 189.47 | 0.4 | 0.81 |
| Hex | BC | DC | E2 | 11 | 3 | 0 | B | BD | 28 | 51 |
| Octal | 274 | 334 | 342 | 21 | 3 | 0 | 13 | 275 | 50 | 121 |
| Binary | 10111100 | 11011100 | 11100010 | 10001 | 11 | 0 | 1011 | 10111101 | 101000 | 1010001 |
Color Harmonies of #BCDCE2
Complementary color
Monochromatic Colors of #BCDCE2
Black with #BCDCE2
Text Example
Text Example
White with #BCDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCE2; }
p { color: rgb(188,220,226); }
H1.HeaderClassName
{
color: #BCDCE2;
}
.AnyTagClassName
{
color: #BCDCE2;
}
</style>
background-color css
<style>
a { background-color: #BCDCE2; }
a { background-color: rgb(188,220,226); }
div.DivClassName
{
background-color: #BCDCE2;
}
.BgClassName
{
background-color: #BCDCE2;
}
</style>
border-color css
<style>
span { border-color: #BCDCE2; }
span { border-color: rgb(188,220,226); }
td.TdClassName
{
border-color: #BCDCE2;
}
.TagClassName
{
border-color: #BCDCE2;
}
</style>