Shades of Aero Blue #BEDFCE
Tints of Aero Blue #BEDFCE
RGB
CMYK
RGB Variations
Color information
#BEDFCE (or 0xBEDFCE) is known color: Aero Blue. HEX triplet: BE, DF and CE. RGB value is (190,223,206). Sum of RGB (Red+Green+Blue) = 190+223+206=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCE is #412031. Grayscale: #D3D3D3. Windows color (decimal): -4268082 or 13557694. OLE color: 13557694.
HSL color Cylindrical-coordinate representation of color #BEDFCE: hue angle of 149.09º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFCE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 206 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.13 |
| HSL | 149.09º | 0.34% | 0.81% | - |
| HSV(B) | 149.09º | 0.15% | 0.87% | - |
| XYZ | 58.76 | 68.18 | 68.46 | - |
| YUV | 211.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 206 | 0.15 | 0 | 0.08 | 0.13 | 149.09 | 0.34 | 0.81 |
| Hex | BE | DF | CE | F | 0 | 8 | D | 95 | 22 | 51 |
| Octal | 276 | 337 | 316 | 17 | 0 | 10 | 15 | 225 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11001110 | 1111 | 0 | 1000 | 1101 | 10010101 | 100010 | 1010001 |
Color Harmonies of #BEDFCE
Complementary color
Monochromatic Colors of #BEDFCE
Black with #BEDFCE
Text Example
Text Example
White with #BEDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFCE; }
p { color: rgb(190,223,206); }
H1.HeaderClassName
{
color: #BEDFCE;
}
.AnyTagClassName
{
color: #BEDFCE;
}
</style>
background-color css
<style>
a { background-color: #BEDFCE; }
a { background-color: rgb(190,223,206); }
div.DivClassName
{
background-color: #BEDFCE;
}
.BgClassName
{
background-color: #BEDFCE;
}
</style>
border-color css
<style>
span { border-color: #BEDFCE; }
span { border-color: rgb(190,223,206); }
td.TdClassName
{
border-color: #BEDFCE;
}
.TagClassName
{
border-color: #BEDFCE;
}
</style>