Shades of Aero Blue #BFE3D0
Tints of Aero Blue #BFE3D0
RGB
CMYK
RGB Variations
Color information
#BFE3D0 (or 0xBFE3D0) is known color: Aero Blue. HEX triplet: BF, E3 and D0. RGB value is (191,227,208). Sum of RGB (Red+Green+Blue) = 191+227+208=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3D0 is #401C2F. Grayscale: #D6D6D6. Windows color (decimal): -4201520 or 13689791. OLE color: 13689791.
HSL color Cylindrical-coordinate representation of color #BFE3D0: hue angle of 148.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3D0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 208 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.11 |
| HSL | 148.33º | 0.39% | 0.82% | - |
| HSV(B) | 148.33º | 0.16% | 0.89% | - |
| XYZ | 60.34 | 70.57 | 70.12 | - |
| YUV | 214.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 208 | 0.16 | 0 | 0.08 | 0.11 | 148.33 | 0.39 | 0.82 |
| Hex | BF | E3 | D0 | 10 | 0 | 8 | B | 94 | 27 | 52 |
| Octal | 277 | 343 | 320 | 20 | 0 | 10 | 13 | 224 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11010000 | 10000 | 0 | 1000 | 1011 | 10010100 | 100111 | 1010010 |
Color Harmonies of #BFE3D0
Complementary color
Monochromatic Colors of #BFE3D0
Black with #BFE3D0
Text Example
Text Example
White with #BFE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3D0; }
p { color: rgb(191,227,208); }
H1.HeaderClassName
{
color: #BFE3D0;
}
.AnyTagClassName
{
color: #BFE3D0;
}
</style>
background-color css
<style>
a { background-color: #BFE3D0; }
a { background-color: rgb(191,227,208); }
div.DivClassName
{
background-color: #BFE3D0;
}
.BgClassName
{
background-color: #BFE3D0;
}
</style>
border-color css
<style>
span { border-color: #BFE3D0; }
span { border-color: rgb(191,227,208); }
td.TdClassName
{
border-color: #BFE3D0;
}
.TagClassName
{
border-color: #BFE3D0;
}
</style>