Shades of Aero Blue #BFE0CD
Tints of Aero Blue #BFE0CD
RGB
CMYK
RGB Variations
Color information
#BFE0CD (or 0xBFE0CD) is known color: Aero Blue. HEX triplet: BF, E0 and CD. RGB value is (191,224,205). Sum of RGB (Red+Green+Blue) = 191+224+205=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0CD is #401F32. Grayscale: #D4D4D4. Windows color (decimal): -4202291 or 13492415. OLE color: 13492415.
HSL color Cylindrical-coordinate representation of color #BFE0CD: hue angle of 145.45º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0CD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 205 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.12 |
| HSL | 145.45º | 0.35% | 0.81% | - |
| HSV(B) | 145.45º | 0.15% | 0.88% | - |
| XYZ | 59.16 | 68.8 | 67.92 | - |
| YUV | 211.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 205 | 0.15 | 0 | 0.08 | 0.12 | 145.45 | 0.35 | 0.81 |
| Hex | BF | E0 | CD | F | 0 | 8 | C | 91 | 23 | 51 |
| Octal | 277 | 340 | 315 | 17 | 0 | 10 | 14 | 221 | 43 | 121 |
| Binary | 10111111 | 11100000 | 11001101 | 1111 | 0 | 1000 | 1100 | 10010001 | 100011 | 1010001 |
Color Harmonies of #BFE0CD
Complementary color
Monochromatic Colors of #BFE0CD
Black with #BFE0CD
Text Example
Text Example
White with #BFE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0CD; }
p { color: rgb(191,224,205); }
H1.HeaderClassName
{
color: #BFE0CD;
}
.AnyTagClassName
{
color: #BFE0CD;
}
</style>
background-color css
<style>
a { background-color: #BFE0CD; }
a { background-color: rgb(191,224,205); }
div.DivClassName
{
background-color: #BFE0CD;
}
.BgClassName
{
background-color: #BFE0CD;
}
</style>
border-color css
<style>
span { border-color: #BFE0CD; }
span { border-color: rgb(191,224,205); }
td.TdClassName
{
border-color: #BFE0CD;
}
.TagClassName
{
border-color: #BFE0CD;
}
</style>