Shades of Powder Blue #BCE1E1
Tints of Powder Blue #BCE1E1
RGB
CMYK
RGB Variations
Color information
#BCE1E1 (or 0xBCE1E1) is known color: Powder Blue. HEX triplet: BC, E1 and E1. RGB value is (188,225,225). Sum of RGB (Red+Green+Blue) = 188+225+225=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #BCE1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1E1 is #431E1E. Grayscale: #D5D5D5. Windows color (decimal): -4398623 or 14803388. OLE color: 14803388.
HSL color Cylindrical-coordinate representation of color #BCE1E1: hue angle of 180º 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 #BCE1E1 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 225 | - |
| CMYK | 0.16 | 0 | 0 | 0.12 |
| HSL | 180º | 0.38% | 0.81% | - |
| HSV(B) | 180º | 0.16% | 0.88% | - |
| XYZ | 61.25 | 69.98 | 81.51 | - |
| YUV | 213.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 225 | 0.16 | 0 | 0 | 0.12 | 180 | 0.38 | 0.81 |
| Hex | BC | E1 | E1 | 10 | 0 | 0 | C | B4 | 26 | 51 |
| Octal | 274 | 341 | 341 | 20 | 0 | 0 | 14 | 264 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11100001 | 10000 | 0 | 0 | 1100 | 10110100 | 100110 | 1010001 |
Color Harmonies of #BCE1E1
Complementary color
Monochromatic Colors of #BCE1E1
Black with #BCE1E1
Text Example
Text Example
White with #BCE1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1E1; }
p { color: rgb(188,225,225); }
H1.HeaderClassName
{
color: #BCE1E1;
}
.AnyTagClassName
{
color: #BCE1E1;
}
</style>
background-color css
<style>
a { background-color: #BCE1E1; }
a { background-color: rgb(188,225,225); }
div.DivClassName
{
background-color: #BCE1E1;
}
.BgClassName
{
background-color: #BCE1E1;
}
</style>
border-color css
<style>
span { border-color: #BCE1E1; }
span { border-color: rgb(188,225,225); }
td.TdClassName
{
border-color: #BCE1E1;
}
.TagClassName
{
border-color: #BCE1E1;
}
</style>