Shades of Aero Blue #BCE0CD
Tints of Aero Blue #BCE0CD
RGB
CMYK
RGB Variations
Color information
#BCE0CD (or 0xBCE0CD) is known color: Aero Blue. HEX triplet: BC, E0 and CD. RGB value is (188,224,205). Sum of RGB (Red+Green+Blue) = 188+224+205=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0CD is #431F32. Grayscale: #D3D3D3. Windows color (decimal): -4398899 or 13492412. OLE color: 13492412.
HSL color Cylindrical-coordinate representation of color #BCE0CD: hue angle of 148.33º degrees, saturation: 0.37, 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 #BCE0CD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 205 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.12 |
| HSL | 148.33º | 0.37% | 0.81% | - |
| HSV(B) | 148.33º | 0.16% | 0.88% | - |
| XYZ | 58.41 | 68.41 | 67.88 | - |
| YUV | 211.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 205 | 0.16 | 0 | 0.08 | 0.12 | 148.33 | 0.37 | 0.81 |
| Hex | BC | E0 | CD | 10 | 0 | 8 | C | 94 | 25 | 51 |
| Octal | 274 | 340 | 315 | 20 | 0 | 10 | 14 | 224 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11001101 | 10000 | 0 | 1000 | 1100 | 10010100 | 100101 | 1010001 |
Color Harmonies of #BCE0CD
Complementary color
Monochromatic Colors of #BCE0CD
Black with #BCE0CD
Text Example
Text Example
White with #BCE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0CD; }
p { color: rgb(188,224,205); }
H1.HeaderClassName
{
color: #BCE0CD;
}
.AnyTagClassName
{
color: #BCE0CD;
}
</style>
background-color css
<style>
a { background-color: #BCE0CD; }
a { background-color: rgb(188,224,205); }
div.DivClassName
{
background-color: #BCE0CD;
}
.BgClassName
{
background-color: #BCE0CD;
}
</style>
border-color css
<style>
span { border-color: #BCE0CD; }
span { border-color: rgb(188,224,205); }
td.TdClassName
{
border-color: #BCE0CD;
}
.TagClassName
{
border-color: #BCE0CD;
}
</style>