Shades of Aero Blue #BFFBD5
Tints of Aero Blue #BFFBD5
RGB
CMYK
RGB Variations
Color information
#BFFBD5 (or 0xBFFBD5) is known color: Aero Blue. HEX triplet: BF, FB and D5. RGB value is (191,251,213). Sum of RGB (Red+Green+Blue) = 191+251+213=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBD5 is #40042A. Grayscale: #E4E4E4. Windows color (decimal): -4195371 or 14023615. OLE color: 14023615.
HSL color Cylindrical-coordinate representation of color #BFFBD5: hue angle of 142º 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 #BFFBD5 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 213 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.02 |
| HSL | 142º | 0.88% | 0.87% | - |
| HSV(B) | 142º | 0.24% | 0.98% | - |
| XYZ | 67.99 | 84.87 | 75.75 | - |
| YUV | 228.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 213 | 0.24 | 0 | 0.15 | 0.02 | 142 | 0.88 | 0.87 |
| Hex | BF | FB | D5 | 18 | 0 | F | 2 | 8E | 58 | 57 |
| Octal | 277 | 373 | 325 | 30 | 0 | 17 | 2 | 216 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11010101 | 11000 | 0 | 1111 | 10 | 10001110 | 1011000 | 1010111 |
Color Harmonies of #BFFBD5
Complementary color
Monochromatic Colors of #BFFBD5
Black with #BFFBD5
Text Example
Text Example
White with #BFFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBD5; }
p { color: rgb(191,251,213); }
H1.HeaderClassName
{
color: #BFFBD5;
}
.AnyTagClassName
{
color: #BFFBD5;
}
</style>
background-color css
<style>
a { background-color: #BFFBD5; }
a { background-color: rgb(191,251,213); }
div.DivClassName
{
background-color: #BFFBD5;
}
.BgClassName
{
background-color: #BFFBD5;
}
</style>
border-color css
<style>
span { border-color: #BFFBD5; }
span { border-color: rgb(191,251,213); }
td.TdClassName
{
border-color: #BFFBD5;
}
.TagClassName
{
border-color: #BFFBD5;
}
</style>