Shades of Aero Blue #BFE0D0
Tints of Aero Blue #BFE0D0
RGB
CMYK
RGB Variations
Color information
#BFE0D0 (or 0xBFE0D0) is known color: Aero Blue. HEX triplet: BF, E0 and D0. RGB value is (191,224,208). Sum of RGB (Red+Green+Blue) = 191+224+208=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0D0 is #401F2F. Grayscale: #D4D4D4. Windows color (decimal): -4202288 or 13689023. OLE color: 13689023.
HSL color Cylindrical-coordinate representation of color #BFE0D0: hue angle of 150.91º 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 #BFE0D0 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 208 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.12 |
| HSL | 150.91º | 0.35% | 0.81% | - |
| HSV(B) | 150.91º | 0.15% | 0.88% | - |
| XYZ | 59.53 | 68.94 | 69.84 | - |
| YUV | 212.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 208 | 0.15 | 0 | 0.07 | 0.12 | 150.91 | 0.35 | 0.81 |
| Hex | BF | E0 | D0 | F | 0 | 7 | C | 97 | 23 | 51 |
| Octal | 277 | 340 | 320 | 17 | 0 | 7 | 14 | 227 | 43 | 121 |
| Binary | 10111111 | 11100000 | 11010000 | 1111 | 0 | 111 | 1100 | 10010111 | 100011 | 1010001 |
Color Harmonies of #BFE0D0
Complementary color
Monochromatic Colors of #BFE0D0
Black with #BFE0D0
Text Example
Text Example
White with #BFE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0D0; }
p { color: rgb(191,224,208); }
H1.HeaderClassName
{
color: #BFE0D0;
}
.AnyTagClassName
{
color: #BFE0D0;
}
</style>
background-color css
<style>
a { background-color: #BFE0D0; }
a { background-color: rgb(191,224,208); }
div.DivClassName
{
background-color: #BFE0D0;
}
.BgClassName
{
background-color: #BFE0D0;
}
</style>
border-color css
<style>
span { border-color: #BFE0D0; }
span { border-color: rgb(191,224,208); }
td.TdClassName
{
border-color: #BFE0D0;
}
.TagClassName
{
border-color: #BFE0D0;
}
</style>