Shades of Aero Blue #BFF6D4
Tints of Aero Blue #BFF6D4
RGB
CMYK
RGB Variations
Color information
#BFF6D4 (or 0xBFF6D4) is known color: Aero Blue. HEX triplet: BF, F6 and D4. RGB value is (191,246,212). Sum of RGB (Red+Green+Blue) = 191+246+212=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6D4 is #40092B. Grayscale: #E1E1E1. Windows color (decimal): -4196652 or 13956799. OLE color: 13956799.
HSL color Cylindrical-coordinate representation of color #BFF6D4: hue angle of 142.91º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6D4 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 212 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.04 |
| HSL | 142.91º | 0.75% | 0.86% | - |
| HSV(B) | 142.91º | 0.22% | 0.96% | - |
| XYZ | 66.33 | 81.74 | 74.57 | - |
| YUV | 225.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 212 | 0.22 | 0 | 0.14 | 0.04 | 142.91 | 0.75 | 0.86 |
| Hex | BF | F6 | D4 | 16 | 0 | E | 4 | 8F | 4B | 56 |
| Octal | 277 | 366 | 324 | 26 | 0 | 16 | 4 | 217 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11010100 | 10110 | 0 | 1110 | 100 | 10001111 | 1001011 | 1010110 |
Color Harmonies of #BFF6D4
Complementary color
Monochromatic Colors of #BFF6D4
Black with #BFF6D4
Text Example
Text Example
White with #BFF6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6D4; }
p { color: rgb(191,246,212); }
H1.HeaderClassName
{
color: #BFF6D4;
}
.AnyTagClassName
{
color: #BFF6D4;
}
</style>
background-color css
<style>
a { background-color: #BFF6D4; }
a { background-color: rgb(191,246,212); }
div.DivClassName
{
background-color: #BFF6D4;
}
.BgClassName
{
background-color: #BFF6D4;
}
</style>
border-color css
<style>
span { border-color: #BFF6D4; }
span { border-color: rgb(191,246,212); }
td.TdClassName
{
border-color: #BFF6D4;
}
.TagClassName
{
border-color: #BFF6D4;
}
</style>