Shades of Aero Blue #BFEAD3
Tints of Aero Blue #BFEAD3
RGB
CMYK
RGB Variations
Color information
#BFEAD3 (or 0xBFEAD3) is known color: Aero Blue. HEX triplet: BF, EA and D3. RGB value is (191,234,211). Sum of RGB (Red+Green+Blue) = 191+234+211=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD3 is #40152C. Grayscale: #DADADA. Windows color (decimal): -4199725 or 13888191. OLE color: 13888191.
HSL color Cylindrical-coordinate representation of color #BFEAD3: hue angle of 147.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAD3 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 211 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.08 |
| HSL | 147.91º | 0.51% | 0.83% | - |
| HSV(B) | 147.91º | 0.18% | 0.92% | - |
| XYZ | 62.67 | 74.63 | 72.73 | - |
| YUV | 218.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 211 | 0.18 | 0 | 0.10 | 0.08 | 147.91 | 0.51 | 0.83 |
| Hex | BF | EA | D3 | 12 | 0 | A | 8 | 94 | 33 | 53 |
| Octal | 277 | 352 | 323 | 22 | 0 | 12 | 10 | 224 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11010011 | 10010 | 0 | 1010 | 1000 | 10010100 | 110011 | 1010011 |
Color Harmonies of #BFEAD3
Complementary color
Monochromatic Colors of #BFEAD3
Black with #BFEAD3
Text Example
Text Example
White with #BFEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAD3; }
p { color: rgb(191,234,211); }
H1.HeaderClassName
{
color: #BFEAD3;
}
.AnyTagClassName
{
color: #BFEAD3;
}
</style>
background-color css
<style>
a { background-color: #BFEAD3; }
a { background-color: rgb(191,234,211); }
div.DivClassName
{
background-color: #BFEAD3;
}
.BgClassName
{
background-color: #BFEAD3;
}
</style>
border-color css
<style>
span { border-color: #BFEAD3; }
span { border-color: rgb(191,234,211); }
td.TdClassName
{
border-color: #BFEAD3;
}
.TagClassName
{
border-color: #BFEAD3;
}
</style>