Shades of Aero Blue #BEDECF
Tints of Aero Blue #BEDECF
RGB
CMYK
RGB Variations
Color information
#BEDECF (or 0xBEDECF) is known color: Aero Blue. HEX triplet: BE, DE and CF. RGB value is (190,222,207). Sum of RGB (Red+Green+Blue) = 190+222+207=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECF is #412130. Grayscale: #D2D2D2. Windows color (decimal): -4268337 or 13622974. OLE color: 13622974.
HSL color Cylindrical-coordinate representation of color #BEDECF: hue angle of 151.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDECF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 207 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.13 |
| HSL | 151.88º | 0.33% | 0.81% | - |
| HSV(B) | 151.88º | 0.14% | 0.87% | - |
| XYZ | 58.62 | 67.69 | 69.01 | - |
| YUV | 210.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 207 | 0.14 | 0 | 0.07 | 0.13 | 151.88 | 0.33 | 0.81 |
| Hex | BE | DE | CF | E | 0 | 7 | D | 98 | 21 | 51 |
| Octal | 276 | 336 | 317 | 16 | 0 | 7 | 15 | 230 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11001111 | 1110 | 0 | 111 | 1101 | 10011000 | 100001 | 1010001 |
Color Harmonies of #BEDECF
Complementary color
Monochromatic Colors of #BEDECF
Black with #BEDECF
Text Example
Text Example
White with #BEDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDECF; }
p { color: rgb(190,222,207); }
H1.HeaderClassName
{
color: #BEDECF;
}
.AnyTagClassName
{
color: #BEDECF;
}
</style>
background-color css
<style>
a { background-color: #BEDECF; }
a { background-color: rgb(190,222,207); }
div.DivClassName
{
background-color: #BEDECF;
}
.BgClassName
{
background-color: #BEDECF;
}
</style>
border-color css
<style>
span { border-color: #BEDECF; }
span { border-color: rgb(190,222,207); }
td.TdClassName
{
border-color: #BEDECF;
}
.TagClassName
{
border-color: #BEDECF;
}
</style>