Shades of Powder Blue #BCE0E3
Tints of Powder Blue #BCE0E3
RGB
CMYK
RGB Variations
Color information
#BCE0E3 (or 0xBCE0E3) is known color: Powder Blue. HEX triplet: BC, E0 and E3. RGB value is (188,224,227). Sum of RGB (Red+Green+Blue) = 188+224+227=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCE0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0E3 is #431F1C. Grayscale: #D5D5D5. Windows color (decimal): -4398877 or 14934204. OLE color: 14934204.
HSL color Cylindrical-coordinate representation of color #BCE0E3: hue angle of 184.62º 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 #BCE0E3 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 224 | 227 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.11 |
| HSL | 184.62º | 0.41% | 0.81% | - |
| HSV(B) | 184.62º | 0.17% | 0.89% | - |
| XYZ | 61.26 | 69.55 | 82.87 | - |
| YUV | 213.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 227 | 0.17 | 0.01 | 0 | 0.11 | 184.62 | 0.41 | 0.81 |
| Hex | BC | E0 | E3 | 11 | 1 | 0 | B | B9 | 29 | 51 |
| Octal | 274 | 340 | 343 | 21 | 1 | 0 | 13 | 271 | 51 | 121 |
| Binary | 10111100 | 11100000 | 11100011 | 10001 | 1 | 0 | 1011 | 10111001 | 101001 | 1010001 |
Color Harmonies of #BCE0E3
Complementary color
Monochromatic Colors of #BCE0E3
Black with #BCE0E3
Text Example
Text Example
White with #BCE0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0E3; }
p { color: rgb(188,224,227); }
H1.HeaderClassName
{
color: #BCE0E3;
}
.AnyTagClassName
{
color: #BCE0E3;
}
</style>
background-color css
<style>
a { background-color: #BCE0E3; }
a { background-color: rgb(188,224,227); }
div.DivClassName
{
background-color: #BCE0E3;
}
.BgClassName
{
background-color: #BCE0E3;
}
</style>
border-color css
<style>
span { border-color: #BCE0E3; }
span { border-color: rgb(188,224,227); }
td.TdClassName
{
border-color: #BCE0E3;
}
.TagClassName
{
border-color: #BCE0E3;
}
</style>