Shades of Aero Blue #BEF2D4
Tints of Aero Blue #BEF2D4
RGB
CMYK
RGB Variations
Color information
#BEF2D4 (or 0xBEF2D4) is known color: Aero Blue. HEX triplet: BE, F2 and D4. RGB value is (190,242,212). Sum of RGB (Red+Green+Blue) = 190+242+212=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D4 is #410D2B. Grayscale: #DFDFDF. Windows color (decimal): -4263212 or 13955774. OLE color: 13955774.
HSL color Cylindrical-coordinate representation of color #BEF2D4: hue angle of 145.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2D4 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 212 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.05 |
| HSL | 145.38º | 0.67% | 0.85% | - |
| HSV(B) | 145.38º | 0.21% | 0.95% | - |
| XYZ | 64.87 | 79.2 | 74.16 | - |
| YUV | 223.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 212 | 0.21 | 0 | 0.12 | 0.05 | 145.38 | 0.67 | 0.85 |
| Hex | BE | F2 | D4 | 15 | 0 | C | 5 | 91 | 43 | 55 |
| Octal | 276 | 362 | 324 | 25 | 0 | 14 | 5 | 221 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11010100 | 10101 | 0 | 1100 | 101 | 10010001 | 1000011 | 1010101 |
Color Harmonies of #BEF2D4
Complementary color
Monochromatic Colors of #BEF2D4
Black with #BEF2D4
Text Example
Text Example
White with #BEF2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2D4; }
p { color: rgb(190,242,212); }
H1.HeaderClassName
{
color: #BEF2D4;
}
.AnyTagClassName
{
color: #BEF2D4;
}
</style>
background-color css
<style>
a { background-color: #BEF2D4; }
a { background-color: rgb(190,242,212); }
div.DivClassName
{
background-color: #BEF2D4;
}
.BgClassName
{
background-color: #BEF2D4;
}
</style>
border-color css
<style>
span { border-color: #BEF2D4; }
span { border-color: rgb(190,242,212); }
td.TdClassName
{
border-color: #BEF2D4;
}
.TagClassName
{
border-color: #BEF2D4;
}
</style>