Shades of Powder Blue #BCE2E3
Tints of Powder Blue #BCE2E3
RGB
CMYK
RGB Variations
Color information
#BCE2E3 (or 0xBCE2E3) is known color: Powder Blue. HEX triplet: BC, E2 and E3. RGB value is (188,226,227). Sum of RGB (Red+Green+Blue) = 188+226+227=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCE2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2E3 is #431D1C. Grayscale: #D6D6D6. Windows color (decimal): -4398365 or 14934716. OLE color: 14934716.
HSL color Cylindrical-coordinate representation of color #BCE2E3: hue angle of 181.54º degrees, saturation: 0.41, 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 #BCE2E3 is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 227 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.11 |
| HSL | 181.54º | 0.41% | 0.81% | - |
| HSV(B) | 181.54º | 0.17% | 0.89% | - |
| XYZ | 61.8 | 70.63 | 83.05 | - |
| YUV | 214.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 227 | 0.17 | 0.00 | 0 | 0.11 | 181.54 | 0.41 | 0.81 |
| Hex | BC | E2 | E3 | 11 | 0 | 0 | B | B6 | 29 | 51 |
| Octal | 274 | 342 | 343 | 21 | 0 | 0 | 13 | 266 | 51 | 121 |
| Binary | 10111100 | 11100010 | 11100011 | 10001 | 0 | 0 | 1011 | 10110110 | 101001 | 1010001 |
Color Harmonies of #BCE2E3
Complementary color
Monochromatic Colors of #BCE2E3
Black with #BCE2E3
Text Example
Text Example
White with #BCE2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2E3; }
p { color: rgb(188,226,227); }
H1.HeaderClassName
{
color: #BCE2E3;
}
.AnyTagClassName
{
color: #BCE2E3;
}
</style>
background-color css
<style>
a { background-color: #BCE2E3; }
a { background-color: rgb(188,226,227); }
div.DivClassName
{
background-color: #BCE2E3;
}
.BgClassName
{
background-color: #BCE2E3;
}
</style>
border-color css
<style>
span { border-color: #BCE2E3; }
span { border-color: rgb(188,226,227); }
td.TdClassName
{
border-color: #BCE2E3;
}
.TagClassName
{
border-color: #BCE2E3;
}
</style>