Shades of Aero Blue #BEECD4
Tints of Aero Blue #BEECD4
RGB
CMYK
RGB Variations
Color information
#BEECD4 (or 0xBEECD4) is known color: Aero Blue. HEX triplet: BE, EC and D4. RGB value is (190,236,212). Sum of RGB (Red+Green+Blue) = 190+236+212=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD4 is #41132B. Grayscale: #DBDBDB. Windows color (decimal): -4264748 or 13954238. OLE color: 13954238.
HSL color Cylindrical-coordinate representation of color #BEECD4: hue angle of 148.7º 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 #BEECD4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 212 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.07 |
| HSL | 148.7º | 0.55% | 0.84% | - |
| HSV(B) | 148.7º | 0.19% | 0.93% | - |
| XYZ | 63.11 | 75.69 | 73.57 | - |
| YUV | 219.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 212 | 0.19 | 0 | 0.10 | 0.07 | 148.7 | 0.55 | 0.84 |
| Hex | BE | EC | D4 | 13 | 0 | A | 7 | 95 | 37 | 54 |
| Octal | 276 | 354 | 324 | 23 | 0 | 12 | 7 | 225 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11010100 | 10011 | 0 | 1010 | 111 | 10010101 | 110111 | 1010100 |
Color Harmonies of #BEECD4
Complementary color
Monochromatic Colors of #BEECD4
Black with #BEECD4
Text Example
Text Example
White with #BEECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECD4; }
p { color: rgb(190,236,212); }
H1.HeaderClassName
{
color: #BEECD4;
}
.AnyTagClassName
{
color: #BEECD4;
}
</style>
background-color css
<style>
a { background-color: #BEECD4; }
a { background-color: rgb(190,236,212); }
div.DivClassName
{
background-color: #BEECD4;
}
.BgClassName
{
background-color: #BEECD4;
}
</style>
border-color css
<style>
span { border-color: #BEECD4; }
span { border-color: rgb(190,236,212); }
td.TdClassName
{
border-color: #BEECD4;
}
.TagClassName
{
border-color: #BEECD4;
}
</style>