Shades of Aero Blue #BEEBD3
Tints of Aero Blue #BEEBD3
RGB
CMYK
RGB Variations
Color information
#BEEBD3 (or 0xBEEBD3) is known color: Aero Blue. HEX triplet: BE, EB and D3. RGB value is (190,235,211). Sum of RGB (Red+Green+Blue) = 190+235+211=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD3 is #41142C. Grayscale: #DADADA. Windows color (decimal): -4265005 or 13888446. OLE color: 13888446.
HSL color Cylindrical-coordinate representation of color #BEEBD3: hue angle of 148º degrees, saturation: 0.53, 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 #BEEBD3 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 211 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.08 |
| HSL | 148º | 0.53% | 0.83% | - |
| HSV(B) | 148º | 0.19% | 0.92% | - |
| XYZ | 62.7 | 75.07 | 72.81 | - |
| YUV | 218.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 211 | 0.19 | 0 | 0.10 | 0.08 | 148 | 0.53 | 0.83 |
| Hex | BE | EB | D3 | 13 | 0 | A | 8 | 94 | 35 | 53 |
| Octal | 276 | 353 | 323 | 23 | 0 | 12 | 10 | 224 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11010011 | 10011 | 0 | 1010 | 1000 | 10010100 | 110101 | 1010011 |
Color Harmonies of #BEEBD3
Complementary color
Monochromatic Colors of #BEEBD3
Black with #BEEBD3
Text Example
Text Example
White with #BEEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBD3; }
p { color: rgb(190,235,211); }
H1.HeaderClassName
{
color: #BEEBD3;
}
.AnyTagClassName
{
color: #BEEBD3;
}
</style>
background-color css
<style>
a { background-color: #BEEBD3; }
a { background-color: rgb(190,235,211); }
div.DivClassName
{
background-color: #BEEBD3;
}
.BgClassName
{
background-color: #BEEBD3;
}
</style>
border-color css
<style>
span { border-color: #BEEBD3; }
span { border-color: rgb(190,235,211); }
td.TdClassName
{
border-color: #BEEBD3;
}
.TagClassName
{
border-color: #BEEBD3;
}
</style>