Shades of Aero Blue #BEDFCD
Tints of Aero Blue #BEDFCD
RGB
CMYK
RGB Variations
Color information
#BEDFCD (or 0xBEDFCD) is known color: Aero Blue. HEX triplet: BE, DF and CD. RGB value is (190,223,205). Sum of RGB (Red+Green+Blue) = 190+223+205=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFCD is #412032. Grayscale: #D3D3D3. Windows color (decimal): -4268083 or 13492158. OLE color: 13492158.
HSL color Cylindrical-coordinate representation of color #BEDFCD: hue angle of 147.27º 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 #BEDFCD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 205 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.13 |
| HSL | 147.27º | 0.34% | 0.81% | - |
| HSV(B) | 147.27º | 0.15% | 0.87% | - |
| XYZ | 58.64 | 68.13 | 67.82 | - |
| YUV | 211.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 205 | 0.15 | 0 | 0.08 | 0.13 | 147.27 | 0.34 | 0.81 |
| Hex | BE | DF | CD | F | 0 | 8 | D | 93 | 22 | 51 |
| Octal | 276 | 337 | 315 | 17 | 0 | 10 | 15 | 223 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11001101 | 1111 | 0 | 1000 | 1101 | 10010011 | 100010 | 1010001 |
Color Harmonies of #BEDFCD
Complementary color
Monochromatic Colors of #BEDFCD
Black with #BEDFCD
Text Example
Text Example
White with #BEDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFCD; }
p { color: rgb(190,223,205); }
H1.HeaderClassName
{
color: #BEDFCD;
}
.AnyTagClassName
{
color: #BEDFCD;
}
</style>
background-color css
<style>
a { background-color: #BEDFCD; }
a { background-color: rgb(190,223,205); }
div.DivClassName
{
background-color: #BEDFCD;
}
.BgClassName
{
background-color: #BEDFCD;
}
</style>
border-color css
<style>
span { border-color: #BEDFCD; }
span { border-color: rgb(190,223,205); }
td.TdClassName
{
border-color: #BEDFCD;
}
.TagClassName
{
border-color: #BEDFCD;
}
</style>