Shades of Aero Blue #BEE7CE
Tints of Aero Blue #BEE7CE
RGB
CMYK
RGB Variations
Color information
#BEE7CE (or 0xBEE7CE) is known color: Aero Blue. HEX triplet: BE, E7 and CE. RGB value is (190,231,206). Sum of RGB (Red+Green+Blue) = 190+231+206=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7CE is #411831. Grayscale: #D7D7D7. Windows color (decimal): -4266034 or 13559742. OLE color: 13559742.
HSL color Cylindrical-coordinate representation of color #BEE7CE: hue angle of 143.41º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7CE is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 206 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.09 |
| HSL | 143.41º | 0.46% | 0.83% | - |
| HSV(B) | 143.41º | 0.18% | 0.91% | - |
| XYZ | 60.95 | 72.56 | 69.18 | - |
| YUV | 215.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 206 | 0.18 | 0 | 0.11 | 0.09 | 143.41 | 0.46 | 0.83 |
| Hex | BE | E7 | CE | 12 | 0 | B | 9 | 8F | 2E | 53 |
| Octal | 276 | 347 | 316 | 22 | 0 | 13 | 11 | 217 | 56 | 123 |
| Binary | 10111110 | 11100111 | 11001110 | 10010 | 0 | 1011 | 1001 | 10001111 | 101110 | 1010011 |
Color Harmonies of #BEE7CE
Complementary color
Monochromatic Colors of #BEE7CE
Black with #BEE7CE
Text Example
Text Example
White with #BEE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE7CE; }
p { color: rgb(190,231,206); }
H1.HeaderClassName
{
color: #BEE7CE;
}
.AnyTagClassName
{
color: #BEE7CE;
}
</style>
background-color css
<style>
a { background-color: #BEE7CE; }
a { background-color: rgb(190,231,206); }
div.DivClassName
{
background-color: #BEE7CE;
}
.BgClassName
{
background-color: #BEE7CE;
}
</style>
border-color css
<style>
span { border-color: #BEE7CE; }
span { border-color: rgb(190,231,206); }
td.TdClassName
{
border-color: #BEE7CE;
}
.TagClassName
{
border-color: #BEE7CE;
}
</style>