Shades of Aero Blue #BEF6DB
Tints of Aero Blue #BEF6DB
RGB
CMYK
RGB Variations
Color information
#BEF6DB (or 0xBEF6DB) is known color: Aero Blue. HEX triplet: BE, F6 and DB. RGB value is (190,246,219). Sum of RGB (Red+Green+Blue) = 190+246+219=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6DB is #410924. Grayscale: #E2E2E2. Windows color (decimal): -4262181 or 14415550. OLE color: 14415550.
HSL color Cylindrical-coordinate representation of color #BEF6DB: hue angle of 151.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 219 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 151.07º | 0.76% | 0.85% | - |
| HSV(B) | 151.07º | 0.23% | 0.96% | - |
| XYZ | 66.98 | 81.97 | 79.31 | - |
| YUV | 226.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 219 | 0.23 | 0 | 0.11 | 0.04 | 151.07 | 0.76 | 0.85 |
| Hex | BE | F6 | DB | 17 | 0 | B | 4 | 97 | 4C | 55 |
| Octal | 276 | 366 | 333 | 27 | 0 | 13 | 4 | 227 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11011011 | 10111 | 0 | 1011 | 100 | 10010111 | 1001100 | 1010101 |
Color Harmonies of #BEF6DB
Complementary color
Monochromatic Colors of #BEF6DB
Black with #BEF6DB
Text Example
Text Example
White with #BEF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6DB; }
p { color: rgb(190,246,219); }
H1.HeaderClassName
{
color: #BEF6DB;
}
.AnyTagClassName
{
color: #BEF6DB;
}
</style>
background-color css
<style>
a { background-color: #BEF6DB; }
a { background-color: rgb(190,246,219); }
div.DivClassName
{
background-color: #BEF6DB;
}
.BgClassName
{
background-color: #BEF6DB;
}
</style>
border-color css
<style>
span { border-color: #BEF6DB; }
span { border-color: rgb(190,246,219); }
td.TdClassName
{
border-color: #BEF6DB;
}
.TagClassName
{
border-color: #BEF6DB;
}
</style>