Shades of Biloba Flower #B1AABF
Tints of Biloba Flower #B1AABF
RGB
CMYK
RGB Variations
Color information
#B1AABF (or 0xB1AABF) is known color: Biloba Flower. HEX triplet: B1, AA and BF. RGB value is (177,170,191). Sum of RGB (Red+Green+Blue) = 177+170+191=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AABF is #4E5540. Grayscale: #AEAEAE. Windows color (decimal): -5133633 or 12561073. OLE color: 12561073.
HSL color Cylindrical-coordinate representation of color #B1AABF: hue angle of 260º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AABF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 170 | 191 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.25 |
| HSL | 260º | 0.14% | 0.71% | - |
| HSV(B) | 260º | 0.11% | 0.75% | - |
| XYZ | 41.91 | 41.86 | 55.16 | - |
| YUV | 174.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 191 | 0.07 | 0.11 | 0 | 0.25 | 260 | 0.14 | 0.71 |
| Hex | B1 | AA | BF | 7 | B | 0 | 19 | 104 | E | 47 |
| Octal | 261 | 252 | 277 | 7 | 13 | 0 | 31 | 404 | 16 | 107 |
| Binary | 10110001 | 10101010 | 10111111 | 111 | 1011 | 0 | 11001 | 100000100 | 1110 | 1000111 |
Color Harmonies of #B1AABF
Complementary color
Monochromatic Colors of #B1AABF
Black with #B1AABF
Text Example
Text Example
White with #B1AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AABF; }
p { color: rgb(177,170,191); }
H1.HeaderClassName
{
color: #B1AABF;
}
.AnyTagClassName
{
color: #B1AABF;
}
</style>
background-color css
<style>
a { background-color: #B1AABF; }
a { background-color: rgb(177,170,191); }
div.DivClassName
{
background-color: #B1AABF;
}
.BgClassName
{
background-color: #B1AABF;
}
</style>
border-color css
<style>
span { border-color: #B1AABF; }
span { border-color: rgb(177,170,191); }
td.TdClassName
{
border-color: #B1AABF;
}
.TagClassName
{
border-color: #B1AABF;
}
</style>