Shades of Aero Blue #BCE3CC
Tints of Aero Blue #BCE3CC
RGB
CMYK
RGB Variations
Color information
#BCE3CC (or 0xBCE3CC) is known color: Aero Blue. HEX triplet: BC, E3 and CC. RGB value is (188,227,204). Sum of RGB (Red+Green+Blue) = 188+227+204=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3CC is #431C33. Grayscale: #D4D4D4. Windows color (decimal): -4398132 or 13427644. OLE color: 13427644.
HSL color Cylindrical-coordinate representation of color #BCE3CC: hue angle of 144.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 #BCE3CC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 204 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.11 |
| HSL | 144.62º | 0.41% | 0.81% | - |
| HSV(B) | 144.62º | 0.17% | 0.89% | - |
| XYZ | 59.11 | 69.99 | 67.52 | - |
| YUV | 212.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 204 | 0.17 | 0 | 0.10 | 0.11 | 144.62 | 0.41 | 0.81 |
| Hex | BC | E3 | CC | 11 | 0 | A | B | 91 | 29 | 51 |
| Octal | 274 | 343 | 314 | 21 | 0 | 12 | 13 | 221 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11001100 | 10001 | 0 | 1010 | 1011 | 10010001 | 101001 | 1010001 |
Color Harmonies of #BCE3CC
Complementary color
Monochromatic Colors of #BCE3CC
Black with #BCE3CC
Text Example
Text Example
White with #BCE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3CC; }
p { color: rgb(188,227,204); }
H1.HeaderClassName
{
color: #BCE3CC;
}
.AnyTagClassName
{
color: #BCE3CC;
}
</style>
background-color css
<style>
a { background-color: #BCE3CC; }
a { background-color: rgb(188,227,204); }
div.DivClassName
{
background-color: #BCE3CC;
}
.BgClassName
{
background-color: #BCE3CC;
}
</style>
border-color css
<style>
span { border-color: #BCE3CC; }
span { border-color: rgb(188,227,204); }
td.TdClassName
{
border-color: #BCE3CC;
}
.TagClassName
{
border-color: #BCE3CC;
}
</style>