Shades of Aero Blue #BCEBD0
Tints of Aero Blue #BCEBD0
RGB
CMYK
RGB Variations
Color information
#BCEBD0 (or 0xBCEBD0) is known color: Aero Blue. HEX triplet: BC, EB and D0. RGB value is (188,235,208). Sum of RGB (Red+Green+Blue) = 188+235+208=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD0 is #43142F. Grayscale: #D9D9D9. Windows color (decimal): -4396080 or 13691836. OLE color: 13691836.
HSL color Cylindrical-coordinate representation of color #BCEBD0: hue angle of 145.53º degrees, saturation: 0.54, 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 #BCEBD0 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 208 | - |
| CMYK | 0.2 | 0 | 0.11 | 0.08 |
| HSL | 145.53º | 0.54% | 0.83% | - |
| HSV(B) | 145.53º | 0.2% | 0.92% | - |
| XYZ | 61.83 | 74.66 | 70.83 | - |
| YUV | 217.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 208 | 0.2 | 0 | 0.11 | 0.08 | 145.53 | 0.54 | 0.83 |
| Hex | BC | EB | D0 | 14 | 0 | B | 8 | 92 | 36 | 53 |
| Octal | 274 | 353 | 320 | 24 | 0 | 13 | 10 | 222 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11010000 | 10100 | 0 | 1011 | 1000 | 10010010 | 110110 | 1010011 |
Color Harmonies of #BCEBD0
Complementary color
Monochromatic Colors of #BCEBD0
Black with #BCEBD0
Text Example
Text Example
White with #BCEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBD0; }
p { color: rgb(188,235,208); }
H1.HeaderClassName
{
color: #BCEBD0;
}
.AnyTagClassName
{
color: #BCEBD0;
}
</style>
background-color css
<style>
a { background-color: #BCEBD0; }
a { background-color: rgb(188,235,208); }
div.DivClassName
{
background-color: #BCEBD0;
}
.BgClassName
{
background-color: #BCEBD0;
}
</style>
border-color css
<style>
span { border-color: #BCEBD0; }
span { border-color: rgb(188,235,208); }
td.TdClassName
{
border-color: #BCEBD0;
}
.TagClassName
{
border-color: #BCEBD0;
}
</style>