Shades of Aero Blue #BFFBDD
Tints of Aero Blue #BFFBDD
RGB
CMYK
RGB Variations
Color information
#BFFBDD (or 0xBFFBDD) is known color: Aero Blue. HEX triplet: BF, FB and DD. RGB value is (191,251,221). Sum of RGB (Red+Green+Blue) = 191+251+221=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBDD is #400422. Grayscale: #E5E5E5. Windows color (decimal): -4195363 or 14547903. OLE color: 14547903.
HSL color Cylindrical-coordinate representation of color #BFFBDD: hue angle of 150º 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 #BFFBDD is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 221 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.02 |
| HSL | 150º | 0.88% | 0.87% | - |
| HSV(B) | 150º | 0.24% | 0.98% | - |
| XYZ | 69.03 | 85.29 | 81.23 | - |
| YUV | 229.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 221 | 0.24 | 0 | 0.12 | 0.02 | 150 | 0.88 | 0.87 |
| Hex | BF | FB | DD | 18 | 0 | C | 2 | 96 | 58 | 57 |
| Octal | 277 | 373 | 335 | 30 | 0 | 14 | 2 | 226 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11011101 | 11000 | 0 | 1100 | 10 | 10010110 | 1011000 | 1010111 |
Color Harmonies of #BFFBDD
Complementary color
Monochromatic Colors of #BFFBDD
Black with #BFFBDD
Text Example
Text Example
White with #BFFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBDD; }
p { color: rgb(191,251,221); }
H1.HeaderClassName
{
color: #BFFBDD;
}
.AnyTagClassName
{
color: #BFFBDD;
}
</style>
background-color css
<style>
a { background-color: #BFFBDD; }
a { background-color: rgb(191,251,221); }
div.DivClassName
{
background-color: #BFFBDD;
}
.BgClassName
{
background-color: #BFFBDD;
}
</style>
border-color css
<style>
span { border-color: #BFFBDD; }
span { border-color: rgb(191,251,221); }
td.TdClassName
{
border-color: #BFFBDD;
}
.TagClassName
{
border-color: #BFFBDD;
}
</style>