Shades of Aero Blue #BCEAD2
Tints of Aero Blue #BCEAD2
RGB
CMYK
RGB Variations
Color information
#BCEAD2 (or 0xBCEAD2) is known color: Aero Blue. HEX triplet: BC, EA and D2. RGB value is (188,234,210). Sum of RGB (Red+Green+Blue) = 188+234+210=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD2 is #43152D. Grayscale: #D9D9D9. Windows color (decimal): -4396334 or 13822652. OLE color: 13822652.
HSL color Cylindrical-coordinate representation of color #BCEAD2: hue angle of 148.7º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAD2 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 210 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.08 |
| HSL | 148.7º | 0.52% | 0.83% | - |
| HSV(B) | 148.7º | 0.2% | 0.92% | - |
| XYZ | 61.79 | 74.19 | 72.04 | - |
| YUV | 217.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 210 | 0.20 | 0 | 0.10 | 0.08 | 148.7 | 0.52 | 0.83 |
| Hex | BC | EA | D2 | 14 | 0 | A | 8 | 95 | 34 | 53 |
| Octal | 274 | 352 | 322 | 24 | 0 | 12 | 10 | 225 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11010010 | 10100 | 0 | 1010 | 1000 | 10010101 | 110100 | 1010011 |
Color Harmonies of #BCEAD2
Complementary color
Monochromatic Colors of #BCEAD2
Black with #BCEAD2
Text Example
Text Example
White with #BCEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAD2; }
p { color: rgb(188,234,210); }
H1.HeaderClassName
{
color: #BCEAD2;
}
.AnyTagClassName
{
color: #BCEAD2;
}
</style>
background-color css
<style>
a { background-color: #BCEAD2; }
a { background-color: rgb(188,234,210); }
div.DivClassName
{
background-color: #BCEAD2;
}
.BgClassName
{
background-color: #BCEAD2;
}
</style>
border-color css
<style>
span { border-color: #BCEAD2; }
span { border-color: rgb(188,234,210); }
td.TdClassName
{
border-color: #BCEAD2;
}
.TagClassName
{
border-color: #BCEAD2;
}
</style>