Shades of Aero Blue #BEE1CF
Tints of Aero Blue #BEE1CF
RGB
CMYK
RGB Variations
Color information
#BEE1CF (or 0xBEE1CF) is known color: Aero Blue. HEX triplet: BE, E1 and CF. RGB value is (190,225,207). Sum of RGB (Red+Green+Blue) = 190+225+207=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CF is #411E30. Grayscale: #D4D4D4. Windows color (decimal): -4267569 or 13623742. OLE color: 13623742.
HSL color Cylindrical-coordinate representation of color #BEE1CF: hue angle of 149.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1CF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 207 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.12 |
| HSL | 149.14º | 0.37% | 0.81% | - |
| HSV(B) | 149.14º | 0.16% | 0.88% | - |
| XYZ | 59.42 | 69.3 | 69.28 | - |
| YUV | 212.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 207 | 0.16 | 0 | 0.08 | 0.12 | 149.14 | 0.37 | 0.81 |
| Hex | BE | E1 | CF | 10 | 0 | 8 | C | 95 | 25 | 51 |
| Octal | 276 | 341 | 317 | 20 | 0 | 10 | 14 | 225 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11001111 | 10000 | 0 | 1000 | 1100 | 10010101 | 100101 | 1010001 |
Color Harmonies of #BEE1CF
Complementary color
Monochromatic Colors of #BEE1CF
Black with #BEE1CF
Text Example
Text Example
White with #BEE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1CF; }
p { color: rgb(190,225,207); }
H1.HeaderClassName
{
color: #BEE1CF;
}
.AnyTagClassName
{
color: #BEE1CF;
}
</style>
background-color css
<style>
a { background-color: #BEE1CF; }
a { background-color: rgb(190,225,207); }
div.DivClassName
{
background-color: #BEE1CF;
}
.BgClassName
{
background-color: #BEE1CF;
}
</style>
border-color css
<style>
span { border-color: #BEE1CF; }
span { border-color: rgb(190,225,207); }
td.TdClassName
{
border-color: #BEE1CF;
}
.TagClassName
{
border-color: #BEE1CF;
}
</style>