Shades of Aero Blue #BEF0D3
Tints of Aero Blue #BEF0D3
RGB
CMYK
RGB Variations
Color information
#BEF0D3 (or 0xBEF0D3) is known color: Aero Blue. HEX triplet: BE, F0 and D3. RGB value is (190,240,211). Sum of RGB (Red+Green+Blue) = 190+240+211=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0D3 is #410F2C. Grayscale: #DDDDDD. Windows color (decimal): -4263725 or 13889726. OLE color: 13889726.
HSL color Cylindrical-coordinate representation of color #BEF0D3: hue angle of 145.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0D3 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 211 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.06 |
| HSL | 145.2º | 0.63% | 0.84% | - |
| HSV(B) | 145.2º | 0.21% | 0.94% | - |
| XYZ | 64.15 | 77.97 | 73.3 | - |
| YUV | 221.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 211 | 0.21 | 0 | 0.12 | 0.06 | 145.2 | 0.63 | 0.84 |
| Hex | BE | F0 | D3 | 15 | 0 | C | 6 | 91 | 3E | 54 |
| Octal | 276 | 360 | 323 | 25 | 0 | 14 | 6 | 221 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11010011 | 10101 | 0 | 1100 | 110 | 10010001 | 111110 | 1010100 |
Color Harmonies of #BEF0D3
Complementary color
Monochromatic Colors of #BEF0D3
Black with #BEF0D3
Text Example
Text Example
White with #BEF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0D3; }
p { color: rgb(190,240,211); }
H1.HeaderClassName
{
color: #BEF0D3;
}
.AnyTagClassName
{
color: #BEF0D3;
}
</style>
background-color css
<style>
a { background-color: #BEF0D3; }
a { background-color: rgb(190,240,211); }
div.DivClassName
{
background-color: #BEF0D3;
}
.BgClassName
{
background-color: #BEF0D3;
}
</style>
border-color css
<style>
span { border-color: #BEF0D3; }
span { border-color: rgb(190,240,211); }
td.TdClassName
{
border-color: #BEF0D3;
}
.TagClassName
{
border-color: #BEF0D3;
}
</style>