Shades of Aero Blue #BEEAD3
Tints of Aero Blue #BEEAD3
RGB
CMYK
RGB Variations
Color information
#BEEAD3 (or 0xBEEAD3) is known color: Aero Blue. HEX triplet: BE, EA and D3. RGB value is (190,234,211). Sum of RGB (Red+Green+Blue) = 190+234+211=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD3 is #41152C. Grayscale: #DADADA. Windows color (decimal): -4265261 or 13888190. OLE color: 13888190.
HSL color Cylindrical-coordinate representation of color #BEEAD3: hue angle of 148.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAD3 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 211 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.08 |
| HSL | 148.64º | 0.51% | 0.83% | - |
| HSV(B) | 148.64º | 0.19% | 0.92% | - |
| XYZ | 62.42 | 74.5 | 72.72 | - |
| YUV | 218.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 211 | 0.19 | 0 | 0.10 | 0.08 | 148.64 | 0.51 | 0.83 |
| Hex | BE | EA | D3 | 13 | 0 | A | 8 | 95 | 33 | 53 |
| Octal | 276 | 352 | 323 | 23 | 0 | 12 | 10 | 225 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11010011 | 10011 | 0 | 1010 | 1000 | 10010101 | 110011 | 1010011 |
Color Harmonies of #BEEAD3
Complementary color
Monochromatic Colors of #BEEAD3
Black with #BEEAD3
Text Example
Text Example
White with #BEEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAD3; }
p { color: rgb(190,234,211); }
H1.HeaderClassName
{
color: #BEEAD3;
}
.AnyTagClassName
{
color: #BEEAD3;
}
</style>
background-color css
<style>
a { background-color: #BEEAD3; }
a { background-color: rgb(190,234,211); }
div.DivClassName
{
background-color: #BEEAD3;
}
.BgClassName
{
background-color: #BEEAD3;
}
</style>
border-color css
<style>
span { border-color: #BEEAD3; }
span { border-color: rgb(190,234,211); }
td.TdClassName
{
border-color: #BEEAD3;
}
.TagClassName
{
border-color: #BEEAD3;
}
</style>