Shades of Aero Blue #BFEAD2
Tints of Aero Blue #BFEAD2
RGB
CMYK
RGB Variations
Color information
#BFEAD2 (or 0xBFEAD2) is known color: Aero Blue. HEX triplet: BF, EA and D2. RGB value is (191,234,210). Sum of RGB (Red+Green+Blue) = 191+234+210=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD2 is #40152D. Grayscale: #DADADA. Windows color (decimal): -4199726 or 13822655. OLE color: 13822655.
HSL color Cylindrical-coordinate representation of color #BFEAD2: hue angle of 146.51º 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 #BFEAD2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 210 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.08 |
| HSL | 146.51º | 0.51% | 0.83% | - |
| HSV(B) | 146.51º | 0.18% | 0.92% | - |
| XYZ | 62.54 | 74.58 | 72.07 | - |
| YUV | 218.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 210 | 0.18 | 0 | 0.10 | 0.08 | 146.51 | 0.51 | 0.83 |
| Hex | BF | EA | D2 | 12 | 0 | A | 8 | 93 | 33 | 53 |
| Octal | 277 | 352 | 322 | 22 | 0 | 12 | 10 | 223 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11010010 | 10010 | 0 | 1010 | 1000 | 10010011 | 110011 | 1010011 |
Color Harmonies of #BFEAD2
Complementary color
Monochromatic Colors of #BFEAD2
Black with #BFEAD2
Text Example
Text Example
White with #BFEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAD2; }
p { color: rgb(191,234,210); }
H1.HeaderClassName
{
color: #BFEAD2;
}
.AnyTagClassName
{
color: #BFEAD2;
}
</style>
background-color css
<style>
a { background-color: #BFEAD2; }
a { background-color: rgb(191,234,210); }
div.DivClassName
{
background-color: #BFEAD2;
}
.BgClassName
{
background-color: #BFEAD2;
}
</style>
border-color css
<style>
span { border-color: #BFEAD2; }
span { border-color: rgb(191,234,210); }
td.TdClassName
{
border-color: #BFEAD2;
}
.TagClassName
{
border-color: #BFEAD2;
}
</style>