Shades of Aero Blue #BEE2D4
Tints of Aero Blue #BEE2D4
RGB
CMYK
RGB Variations
Color information
#BEE2D4 (or 0xBEE2D4) is known color: Aero Blue. HEX triplet: BE, E2 and D4. RGB value is (190,226,212). Sum of RGB (Red+Green+Blue) = 190+226+212=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2D4 is #411D2B. Grayscale: #D5D5D5. Windows color (decimal): -4267308 or 13951678. OLE color: 13951678.
HSL color Cylindrical-coordinate representation of color #BEE2D4: hue angle of 156.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2D4 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 190 | 226 | 212 | - |
CMYK | 0.16 | 0 | 0.06 | 0.11 |
HSL | 156.67º | 0.38% | 0.82% | - |
HSV(B) | 156.67º | 0.16% | 0.89% | - |
XYZ | 60.32 | 70.09 | 72.64 | - |
YUV | 213.64 | 127.07 | 111.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 226 | 212 | 0.16 | 0 | 0.06 | 0.11 | 156.67 | 0.38 | 0.82 |
Hex | BE | E2 | D4 | 10 | 0 | 6 | B | 9D | 26 | 52 |
Octal | 276 | 342 | 324 | 20 | 0 | 6 | 13 | 235 | 46 | 122 |
Binary | 10111110 | 11100010 | 11010100 | 10000 | 0 | 110 | 1011 | 10011101 | 100110 | 1010010 |
Color Harmonies of #BEE2D4
Complementary color
Monochromatic Colors of #BEE2D4
Black with #BEE2D4
Text Example
Text Example
White with #BEE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE2D4; }
p { color: rgb(190,226,212); }
H1.HeaderClassName
{
color: #BEE2D4;
}
.AnyTagClassName
{
color: #BEE2D4;
}
</style>
background-color css
<style>
a { background-color: #BEE2D4; }
a { background-color: rgb(190,226,212); }
div.DivClassName
{
background-color: #BEE2D4;
}
.BgClassName
{
background-color: #BEE2D4;
}
</style>
border-color css
<style>
span { border-color: #BEE2D4; }
span { border-color: rgb(190,226,212); }
td.TdClassName
{
border-color: #BEE2D4;
}
.TagClassName
{
border-color: #BEE2D4;
}
</style>