Shades of Powder Blue #BCE1E0
Tints of Powder Blue #BCE1E0
RGB
CMYK
RGB Variations
Color information
#BCE1E0 (or 0xBCE1E0) is known color: Powder Blue. HEX triplet: BC, E1 and E0. RGB value is (188,225,224). Sum of RGB (Red+Green+Blue) = 188+225+224=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1E0 is #431E1F. Grayscale: #D5D5D5. Windows color (decimal): -4398624 or 14737852. OLE color: 14737852.
HSL color Cylindrical-coordinate representation of color #BCE1E0: hue angle of 178.38º degrees, saturation: 0.38, 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 #BCE1E0 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 224 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.12 |
| HSL | 178.38º | 0.38% | 0.81% | - |
| HSV(B) | 178.38º | 0.16% | 0.88% | - |
| XYZ | 61.12 | 69.92 | 80.8 | - |
| YUV | 213.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 224 | 0.16 | 0 | 0.00 | 0.12 | 178.38 | 0.38 | 0.81 |
| Hex | BC | E1 | E0 | 10 | 0 | 0 | C | B2 | 26 | 51 |
| Octal | 274 | 341 | 340 | 20 | 0 | 0 | 14 | 262 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11100000 | 10000 | 0 | 0 | 1100 | 10110010 | 100110 | 1010001 |
Color Harmonies of #BCE1E0
Complementary color
Monochromatic Colors of #BCE1E0
Black with #BCE1E0
Text Example
Text Example
White with #BCE1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1E0; }
p { color: rgb(188,225,224); }
H1.HeaderClassName
{
color: #BCE1E0;
}
.AnyTagClassName
{
color: #BCE1E0;
}
</style>
background-color css
<style>
a { background-color: #BCE1E0; }
a { background-color: rgb(188,225,224); }
div.DivClassName
{
background-color: #BCE1E0;
}
.BgClassName
{
background-color: #BCE1E0;
}
</style>
border-color css
<style>
span { border-color: #BCE1E0; }
span { border-color: rgb(188,225,224); }
td.TdClassName
{
border-color: #BCE1E0;
}
.TagClassName
{
border-color: #BCE1E0;
}
</style>