Shades of Aero Blue #BCEAD3
Tints of Aero Blue #BCEAD3
RGB
CMYK
RGB Variations
Color information
#BCEAD3 (or 0xBCEAD3) is known color: Aero Blue. HEX triplet: BC, EA and D3. RGB value is (188,234,211). Sum of RGB (Red+Green+Blue) = 188+234+211=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD3 is #43152C. Grayscale: #D9D9D9. Windows color (decimal): -4396333 or 13888188. OLE color: 13888188.
HSL color Cylindrical-coordinate representation of color #BCEAD3: hue angle of 150º 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 #BCEAD3 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 211 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.08 |
| HSL | 150º | 0.52% | 0.83% | - |
| HSV(B) | 150º | 0.2% | 0.92% | - |
| XYZ | 61.92 | 74.24 | 72.69 | - |
| YUV | 217.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 211 | 0.20 | 0 | 0.10 | 0.08 | 150 | 0.52 | 0.83 |
| Hex | BC | EA | D3 | 14 | 0 | A | 8 | 96 | 34 | 53 |
| Octal | 274 | 352 | 323 | 24 | 0 | 12 | 10 | 226 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11010011 | 10100 | 0 | 1010 | 1000 | 10010110 | 110100 | 1010011 |
Color Harmonies of #BCEAD3
Complementary color
Monochromatic Colors of #BCEAD3
Black with #BCEAD3
Text Example
Text Example
White with #BCEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAD3; }
p { color: rgb(188,234,211); }
H1.HeaderClassName
{
color: #BCEAD3;
}
.AnyTagClassName
{
color: #BCEAD3;
}
</style>
background-color css
<style>
a { background-color: #BCEAD3; }
a { background-color: rgb(188,234,211); }
div.DivClassName
{
background-color: #BCEAD3;
}
.BgClassName
{
background-color: #BCEAD3;
}
</style>
border-color css
<style>
span { border-color: #BCEAD3; }
span { border-color: rgb(188,234,211); }
td.TdClassName
{
border-color: #BCEAD3;
}
.TagClassName
{
border-color: #BCEAD3;
}
</style>