Shades of Aero Blue #BEEBD2
Tints of Aero Blue #BEEBD2
RGB
CMYK
RGB Variations
Color information
#BEEBD2 (or 0xBEEBD2) is known color: Aero Blue. HEX triplet: BE, EB and D2. RGB value is (190,235,210). Sum of RGB (Red+Green+Blue) = 190+235+210=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD2 is #41142D. Grayscale: #DADADA. Windows color (decimal): -4265006 or 13822910. OLE color: 13822910.
HSL color Cylindrical-coordinate representation of color #BEEBD2: hue angle of 146.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBD2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 210 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.08 |
| HSL | 146.67º | 0.53% | 0.83% | - |
| HSV(B) | 146.67º | 0.19% | 0.92% | - |
| XYZ | 62.58 | 75.02 | 72.15 | - |
| YUV | 218.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 210 | 0.19 | 0 | 0.11 | 0.08 | 146.67 | 0.53 | 0.83 |
| Hex | BE | EB | D2 | 13 | 0 | B | 8 | 93 | 35 | 53 |
| Octal | 276 | 353 | 322 | 23 | 0 | 13 | 10 | 223 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11010010 | 10011 | 0 | 1011 | 1000 | 10010011 | 110101 | 1010011 |
Color Harmonies of #BEEBD2
Complementary color
Monochromatic Colors of #BEEBD2
Black with #BEEBD2
Text Example
Text Example
White with #BEEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBD2; }
p { color: rgb(190,235,210); }
H1.HeaderClassName
{
color: #BEEBD2;
}
.AnyTagClassName
{
color: #BEEBD2;
}
</style>
background-color css
<style>
a { background-color: #BEEBD2; }
a { background-color: rgb(190,235,210); }
div.DivClassName
{
background-color: #BEEBD2;
}
.BgClassName
{
background-color: #BEEBD2;
}
</style>
border-color css
<style>
span { border-color: #BEEBD2; }
span { border-color: rgb(190,235,210); }
td.TdClassName
{
border-color: #BEEBD2;
}
.TagClassName
{
border-color: #BEEBD2;
}
</style>