Shades of Aero Blue #BEECD0
Tints of Aero Blue #BEECD0
RGB
CMYK
RGB Variations
Color information
#BEECD0 (or 0xBEECD0) is known color: Aero Blue. HEX triplet: BE, EC and D0. RGB value is (190,236,208). Sum of RGB (Red+Green+Blue) = 190+236+208=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD0 is #41132F. Grayscale: #DBDBDB. Windows color (decimal): -4264752 or 13692094. OLE color: 13692094.
HSL color Cylindrical-coordinate representation of color #BEECD0: hue angle of 143.48º 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 #BEECD0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 208 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.07 |
| HSL | 143.48º | 0.55% | 0.84% | - |
| HSV(B) | 143.48º | 0.19% | 0.93% | - |
| XYZ | 62.62 | 75.49 | 70.95 | - |
| YUV | 219.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 208 | 0.19 | 0 | 0.12 | 0.07 | 143.48 | 0.55 | 0.84 |
| Hex | BE | EC | D0 | 13 | 0 | C | 7 | 8F | 37 | 54 |
| Octal | 276 | 354 | 320 | 23 | 0 | 14 | 7 | 217 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11010000 | 10011 | 0 | 1100 | 111 | 10001111 | 110111 | 1010100 |
Color Harmonies of #BEECD0
Complementary color
Monochromatic Colors of #BEECD0
Black with #BEECD0
Text Example
Text Example
White with #BEECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECD0; }
p { color: rgb(190,236,208); }
H1.HeaderClassName
{
color: #BEECD0;
}
.AnyTagClassName
{
color: #BEECD0;
}
</style>
background-color css
<style>
a { background-color: #BEECD0; }
a { background-color: rgb(190,236,208); }
div.DivClassName
{
background-color: #BEECD0;
}
.BgClassName
{
background-color: #BEECD0;
}
</style>
border-color css
<style>
span { border-color: #BEECD0; }
span { border-color: rgb(190,236,208); }
td.TdClassName
{
border-color: #BEECD0;
}
.TagClassName
{
border-color: #BEECD0;
}
</style>