Shades of Aero Blue #BEF2D3
Tints of Aero Blue #BEF2D3
RGB
CMYK
RGB Variations
Color information
#BEF2D3 (or 0xBEF2D3) is known color: Aero Blue. HEX triplet: BE, F2 and D3. RGB value is (190,242,211). Sum of RGB (Red+Green+Blue) = 190+242+211=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D3 is #410D2C. Grayscale: #DEDEDE. Windows color (decimal): -4263213 or 13890238. OLE color: 13890238.
HSL color Cylindrical-coordinate representation of color #BEF2D3: hue angle of 144.23º 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 #BEF2D3 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 211 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.05 |
| HSL | 144.23º | 0.67% | 0.85% | - |
| HSV(B) | 144.23º | 0.21% | 0.95% | - |
| XYZ | 64.75 | 79.15 | 73.49 | - |
| YUV | 222.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 211 | 0.21 | 0 | 0.13 | 0.05 | 144.23 | 0.67 | 0.85 |
| Hex | BE | F2 | D3 | 15 | 0 | D | 5 | 90 | 43 | 55 |
| Octal | 276 | 362 | 323 | 25 | 0 | 15 | 5 | 220 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11010011 | 10101 | 0 | 1101 | 101 | 10010000 | 1000011 | 1010101 |
Color Harmonies of #BEF2D3
Complementary color
Monochromatic Colors of #BEF2D3
Black with #BEF2D3
Text Example
Text Example
White with #BEF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2D3; }
p { color: rgb(190,242,211); }
H1.HeaderClassName
{
color: #BEF2D3;
}
.AnyTagClassName
{
color: #BEF2D3;
}
</style>
background-color css
<style>
a { background-color: #BEF2D3; }
a { background-color: rgb(190,242,211); }
div.DivClassName
{
background-color: #BEF2D3;
}
.BgClassName
{
background-color: #BEF2D3;
}
</style>
border-color css
<style>
span { border-color: #BEF2D3; }
span { border-color: rgb(190,242,211); }
td.TdClassName
{
border-color: #BEF2D3;
}
.TagClassName
{
border-color: #BEF2D3;
}
</style>