Shades of Aero Blue #BCE5CC
Tints of Aero Blue #BCE5CC
RGB
CMYK
RGB Variations
Color information
#BCE5CC (or 0xBCE5CC) is known color: Aero Blue. HEX triplet: BC, E5 and CC. RGB value is (188,229,204). Sum of RGB (Red+Green+Blue) = 188+229+204=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5CC is #431A33. Grayscale: #D5D5D5. Windows color (decimal): -4397620 or 13428156. OLE color: 13428156.
HSL color Cylindrical-coordinate representation of color #BCE5CC: hue angle of 143.41º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5CC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 204 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.10 |
| HSL | 143.41º | 0.44% | 0.82% | - |
| HSV(B) | 143.41º | 0.18% | 0.9% | - |
| XYZ | 59.66 | 71.09 | 67.7 | - |
| YUV | 213.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 204 | 0.18 | 0 | 0.11 | 0.10 | 143.41 | 0.44 | 0.82 |
| Hex | BC | E5 | CC | 12 | 0 | B | A | 8F | 2C | 52 |
| Octal | 274 | 345 | 314 | 22 | 0 | 13 | 12 | 217 | 54 | 122 |
| Binary | 10111100 | 11100101 | 11001100 | 10010 | 0 | 1011 | 1010 | 10001111 | 101100 | 1010010 |
Color Harmonies of #BCE5CC
Complementary color
Monochromatic Colors of #BCE5CC
Black with #BCE5CC
Text Example
Text Example
White with #BCE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5CC; }
p { color: rgb(188,229,204); }
H1.HeaderClassName
{
color: #BCE5CC;
}
.AnyTagClassName
{
color: #BCE5CC;
}
</style>
background-color css
<style>
a { background-color: #BCE5CC; }
a { background-color: rgb(188,229,204); }
div.DivClassName
{
background-color: #BCE5CC;
}
.BgClassName
{
background-color: #BCE5CC;
}
</style>
border-color css
<style>
span { border-color: #BCE5CC; }
span { border-color: rgb(188,229,204); }
td.TdClassName
{
border-color: #BCE5CC;
}
.TagClassName
{
border-color: #BCE5CC;
}
</style>