Shades of Aero Blue #BFFBD7
Tints of Aero Blue #BFFBD7
RGB
CMYK
RGB Variations
Color information
#BFFBD7 (or 0xBFFBD7) is known color: Aero Blue. HEX triplet: BF, FB and D7. RGB value is (191,251,215). Sum of RGB (Red+Green+Blue) = 191+251+215=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD7 is #400428. Grayscale: #E5E5E5. Windows color (decimal): -4195369 or 14154687. OLE color: 14154687.
HSL color Cylindrical-coordinate representation of color #BFFBD7: hue angle of 144º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBD7 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 215 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.02 |
| HSL | 144º | 0.88% | 0.87% | - |
| HSV(B) | 144º | 0.24% | 0.98% | - |
| XYZ | 68.25 | 84.98 | 77.1 | - |
| YUV | 228.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 215 | 0.24 | 0 | 0.14 | 0.02 | 144 | 0.88 | 0.87 |
| Hex | BF | FB | D7 | 18 | 0 | E | 2 | 90 | 58 | 57 |
| Octal | 277 | 373 | 327 | 30 | 0 | 16 | 2 | 220 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11010111 | 11000 | 0 | 1110 | 10 | 10010000 | 1011000 | 1010111 |
Color Harmonies of #BFFBD7
Complementary color
Monochromatic Colors of #BFFBD7
Black with #BFFBD7
Text Example
Text Example
White with #BFFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBD7; }
p { color: rgb(191,251,215); }
H1.HeaderClassName
{
color: #BFFBD7;
}
.AnyTagClassName
{
color: #BFFBD7;
}
</style>
background-color css
<style>
a { background-color: #BFFBD7; }
a { background-color: rgb(191,251,215); }
div.DivClassName
{
background-color: #BFFBD7;
}
.BgClassName
{
background-color: #BFFBD7;
}
</style>
border-color css
<style>
span { border-color: #BFFBD7; }
span { border-color: rgb(191,251,215); }
td.TdClassName
{
border-color: #BFFBD7;
}
.TagClassName
{
border-color: #BFFBD7;
}
</style>