Shades of Aero Blue #BFEAD1
Tints of Aero Blue #BFEAD1
RGB
CMYK
RGB Variations
Color information
#BFEAD1 (or 0xBFEAD1) is known color: Aero Blue. HEX triplet: BF, EA and D1. RGB value is (191,234,209). Sum of RGB (Red+Green+Blue) = 191+234+209=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD1 is #40152E. Grayscale: #DADADA. Windows color (decimal): -4199727 or 13757119. OLE color: 13757119.
HSL color Cylindrical-coordinate representation of color #BFEAD1: hue angle of 145.12º 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 #BFEAD1 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 209 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.08 |
| HSL | 145.12º | 0.51% | 0.83% | - |
| HSV(B) | 145.12º | 0.18% | 0.92% | - |
| XYZ | 62.42 | 74.53 | 71.42 | - |
| YUV | 218.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 209 | 0.18 | 0 | 0.11 | 0.08 | 145.12 | 0.51 | 0.83 |
| Hex | BF | EA | D1 | 12 | 0 | B | 8 | 91 | 33 | 53 |
| Octal | 277 | 352 | 321 | 22 | 0 | 13 | 10 | 221 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11010001 | 10010 | 0 | 1011 | 1000 | 10010001 | 110011 | 1010011 |
Color Harmonies of #BFEAD1
Complementary color
Monochromatic Colors of #BFEAD1
Black with #BFEAD1
Text Example
Text Example
White with #BFEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAD1; }
p { color: rgb(191,234,209); }
H1.HeaderClassName
{
color: #BFEAD1;
}
.AnyTagClassName
{
color: #BFEAD1;
}
</style>
background-color css
<style>
a { background-color: #BFEAD1; }
a { background-color: rgb(191,234,209); }
div.DivClassName
{
background-color: #BFEAD1;
}
.BgClassName
{
background-color: #BFEAD1;
}
</style>
border-color css
<style>
span { border-color: #BFEAD1; }
span { border-color: rgb(191,234,209); }
td.TdClassName
{
border-color: #BFEAD1;
}
.TagClassName
{
border-color: #BFEAD1;
}
</style>