Shades of Aero Blue #BFF5D3
Tints of Aero Blue #BFF5D3
RGB
CMYK
RGB Variations
Color information
#BFF5D3 (or 0xBFF5D3) is known color: Aero Blue. HEX triplet: BF, F5 and D3. RGB value is (191,245,211). Sum of RGB (Red+Green+Blue) = 191+245+211=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5D3 is #400A2C. Grayscale: #E1E1E1. Windows color (decimal): -4196909 or 13891007. OLE color: 13891007.
HSL color Cylindrical-coordinate representation of color #BFF5D3: hue angle of 142.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5D3 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 211 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.04 |
| HSL | 142.22º | 0.73% | 0.85% | - |
| HSV(B) | 142.22º | 0.22% | 0.96% | - |
| XYZ | 65.9 | 81.08 | 73.81 | - |
| YUV | 224.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 211 | 0.22 | 0 | 0.14 | 0.04 | 142.22 | 0.73 | 0.85 |
| Hex | BF | F5 | D3 | 16 | 0 | E | 4 | 8E | 49 | 55 |
| Octal | 277 | 365 | 323 | 26 | 0 | 16 | 4 | 216 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11010011 | 10110 | 0 | 1110 | 100 | 10001110 | 1001001 | 1010101 |
Color Harmonies of #BFF5D3
Complementary color
Monochromatic Colors of #BFF5D3
Black with #BFF5D3
Text Example
Text Example
White with #BFF5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5D3; }
p { color: rgb(191,245,211); }
H1.HeaderClassName
{
color: #BFF5D3;
}
.AnyTagClassName
{
color: #BFF5D3;
}
</style>
background-color css
<style>
a { background-color: #BFF5D3; }
a { background-color: rgb(191,245,211); }
div.DivClassName
{
background-color: #BFF5D3;
}
.BgClassName
{
background-color: #BFF5D3;
}
</style>
border-color css
<style>
span { border-color: #BFF5D3; }
span { border-color: rgb(191,245,211); }
td.TdClassName
{
border-color: #BFF5D3;
}
.TagClassName
{
border-color: #BFF5D3;
}
</style>