Shades of Powder Blue #BCE2E2
Tints of Powder Blue #BCE2E2
RGB
CMYK
RGB Variations
Color information
#BCE2E2 (or 0xBCE2E2) is known color: Powder Blue. HEX triplet: BC, E2 and E2. RGB value is (188,226,226). Sum of RGB (Red+Green+Blue) = 188+226+226=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #BCE2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2E2 is #431D1D. Grayscale: #D6D6D6. Windows color (decimal): -4398366 or 14869180. OLE color: 14869180.
HSL color Cylindrical-coordinate representation of color #BCE2E2: hue angle of 180º 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 #BCE2E2 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 226 | - |
| CMYK | 0.17 | 0 | 0 | 0.11 |
| HSL | 180º | 0.4% | 0.81% | - |
| HSV(B) | 180º | 0.17% | 0.89% | - |
| XYZ | 61.66 | 70.58 | 82.32 | - |
| YUV | 214.64 | 134.41 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 226 | 0.17 | 0 | 0 | 0.11 | 180 | 0.4 | 0.81 |
| Hex | BC | E2 | E2 | 11 | 0 | 0 | B | B4 | 28 | 51 |
| Octal | 274 | 342 | 342 | 21 | 0 | 0 | 13 | 264 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11100010 | 10001 | 0 | 0 | 1011 | 10110100 | 101000 | 1010001 |
Color Harmonies of #BCE2E2
Complementary color
Monochromatic Colors of #BCE2E2
Black with #BCE2E2
Text Example
Text Example
White with #BCE2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2E2; }
p { color: rgb(188,226,226); }
H1.HeaderClassName
{
color: #BCE2E2;
}
.AnyTagClassName
{
color: #BCE2E2;
}
</style>
background-color css
<style>
a { background-color: #BCE2E2; }
a { background-color: rgb(188,226,226); }
div.DivClassName
{
background-color: #BCE2E2;
}
.BgClassName
{
background-color: #BCE2E2;
}
</style>
border-color css
<style>
span { border-color: #BCE2E2; }
span { border-color: rgb(188,226,226); }
td.TdClassName
{
border-color: #BCE2E2;
}
.TagClassName
{
border-color: #BCE2E2;
}
</style>