Shades of Aero Blue #BEE1CC
Tints of Aero Blue #BEE1CC
RGB
CMYK
RGB Variations
Color information
#BEE1CC (or 0xBEE1CC) is known color: Aero Blue. HEX triplet: BE, E1 and CC. RGB value is (190,225,204). Sum of RGB (Red+Green+Blue) = 190+225+204=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CC is #411E33. Grayscale: #D4D4D4. Windows color (decimal): -4267572 or 13427134. OLE color: 13427134.
HSL color Cylindrical-coordinate representation of color #BEE1CC: hue angle of 144º 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 #BEE1CC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 204 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.12 |
| HSL | 144º | 0.37% | 0.81% | - |
| HSV(B) | 144º | 0.16% | 0.88% | - |
| XYZ | 59.06 | 69.16 | 67.36 | - |
| YUV | 212.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 204 | 0.16 | 0 | 0.09 | 0.12 | 144 | 0.37 | 0.81 |
| Hex | BE | E1 | CC | 10 | 0 | 9 | C | 90 | 25 | 51 |
| Octal | 276 | 341 | 314 | 20 | 0 | 11 | 14 | 220 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11001100 | 10000 | 0 | 1001 | 1100 | 10010000 | 100101 | 1010001 |
Color Harmonies of #BEE1CC
Complementary color
Monochromatic Colors of #BEE1CC
Black with #BEE1CC
Text Example
Text Example
White with #BEE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1CC; }
p { color: rgb(190,225,204); }
H1.HeaderClassName
{
color: #BEE1CC;
}
.AnyTagClassName
{
color: #BEE1CC;
}
</style>
background-color css
<style>
a { background-color: #BEE1CC; }
a { background-color: rgb(190,225,204); }
div.DivClassName
{
background-color: #BEE1CC;
}
.BgClassName
{
background-color: #BEE1CC;
}
</style>
border-color css
<style>
span { border-color: #BEE1CC; }
span { border-color: rgb(190,225,204); }
td.TdClassName
{
border-color: #BEE1CC;
}
.TagClassName
{
border-color: #BEE1CC;
}
</style>