Shades of Aero Blue #BEECD3
Tints of Aero Blue #BEECD3
RGB
CMYK
RGB Variations
Color information
#BEECD3 (or 0xBEECD3) is known color: Aero Blue. HEX triplet: BE, EC and D3. RGB value is (190,236,211). Sum of RGB (Red+Green+Blue) = 190+236+211=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD3 is #41132C. Grayscale: #DBDBDB. Windows color (decimal): -4264749 or 13888702. OLE color: 13888702.
HSL color Cylindrical-coordinate representation of color #BEECD3: hue angle of 147.39º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECD3 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 211 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.07 |
| HSL | 147.39º | 0.55% | 0.84% | - |
| HSV(B) | 147.39º | 0.19% | 0.93% | - |
| XYZ | 62.99 | 75.64 | 72.91 | - |
| YUV | 219.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 211 | 0.19 | 0 | 0.11 | 0.07 | 147.39 | 0.55 | 0.84 |
| Hex | BE | EC | D3 | 13 | 0 | B | 7 | 93 | 37 | 54 |
| Octal | 276 | 354 | 323 | 23 | 0 | 13 | 7 | 223 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11010011 | 10011 | 0 | 1011 | 111 | 10010011 | 110111 | 1010100 |
Color Harmonies of #BEECD3
Complementary color
Monochromatic Colors of #BEECD3
Black with #BEECD3
Text Example
Text Example
White with #BEECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECD3; }
p { color: rgb(190,236,211); }
H1.HeaderClassName
{
color: #BEECD3;
}
.AnyTagClassName
{
color: #BEECD3;
}
</style>
background-color css
<style>
a { background-color: #BEECD3; }
a { background-color: rgb(190,236,211); }
div.DivClassName
{
background-color: #BEECD3;
}
.BgClassName
{
background-color: #BEECD3;
}
</style>
border-color css
<style>
span { border-color: #BEECD3; }
span { border-color: rgb(190,236,211); }
td.TdClassName
{
border-color: #BEECD3;
}
.TagClassName
{
border-color: #BEECD3;
}
</style>