Shades of Aero Blue #BFEAD8
Tints of Aero Blue #BFEAD8
RGB
CMYK
RGB Variations
Color information
#BFEAD8 (or 0xBFEAD8) is known color: Aero Blue. HEX triplet: BF, EA and D8. RGB value is (191,234,216). Sum of RGB (Red+Green+Blue) = 191+234+216=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD8 is #401527. Grayscale: #DBDBDB. Windows color (decimal): -4199720 or 14215871. OLE color: 14215871.
HSL color Cylindrical-coordinate representation of color #BFEAD8: hue angle of 154.88º 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 #BFEAD8 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 216 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.08 |
| HSL | 154.88º | 0.51% | 0.83% | - |
| HSV(B) | 154.88º | 0.18% | 0.92% | - |
| XYZ | 63.3 | 74.88 | 76.08 | - |
| YUV | 219.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 216 | 0.18 | 0 | 0.08 | 0.08 | 154.88 | 0.51 | 0.83 |
| Hex | BF | EA | D8 | 12 | 0 | 8 | 8 | 9B | 33 | 53 |
| Octal | 277 | 352 | 330 | 22 | 0 | 10 | 10 | 233 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11011000 | 10010 | 0 | 1000 | 1000 | 10011011 | 110011 | 1010011 |
Color Harmonies of #BFEAD8
Complementary color
Monochromatic Colors of #BFEAD8
Black with #BFEAD8
Text Example
Text Example
White with #BFEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAD8; }
p { color: rgb(191,234,216); }
H1.HeaderClassName
{
color: #BFEAD8;
}
.AnyTagClassName
{
color: #BFEAD8;
}
</style>
background-color css
<style>
a { background-color: #BFEAD8; }
a { background-color: rgb(191,234,216); }
div.DivClassName
{
background-color: #BFEAD8;
}
.BgClassName
{
background-color: #BFEAD8;
}
</style>
border-color css
<style>
span { border-color: #BFEAD8; }
span { border-color: rgb(191,234,216); }
td.TdClassName
{
border-color: #BFEAD8;
}
.TagClassName
{
border-color: #BFEAD8;
}
</style>