Shades of Biloba Flower #B0AAC0
Tints of Biloba Flower #B0AAC0
RGB
CMYK
RGB Variations
Color information
#B0AAC0 (or 0xB0AAC0) is known color: Biloba Flower. HEX triplet: B0, AA and C0. RGB value is (176,170,192). Sum of RGB (Red+Green+Blue) = 176+170+192=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAC0 is #4F553F. Grayscale: #AEAEAE. Windows color (decimal): -5199168 or 12626608. OLE color: 12626608.
HSL color Cylindrical-coordinate representation of color #B0AAC0: hue angle of 256.36º degrees, saturation: 0.15, 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 #B0AAC0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 170 | 192 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.25 |
| HSL | 256.36º | 0.15% | 0.71% | - |
| HSV(B) | 256.36º | 0.11% | 0.75% | - |
| XYZ | 41.79 | 41.79 | 55.73 | - |
| YUV | 174.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 192 | 0.08 | 0.11 | 0 | 0.25 | 256.36 | 0.15 | 0.71 |
| Hex | B0 | AA | C0 | 8 | B | 0 | 19 | 100 | F | 47 |
| Octal | 260 | 252 | 300 | 10 | 13 | 0 | 31 | 400 | 17 | 107 |
| Binary | 10110000 | 10101010 | 11000000 | 1000 | 1011 | 0 | 11001 | 100000000 | 1111 | 1000111 |
Color Harmonies of #B0AAC0
Complementary color
Monochromatic Colors of #B0AAC0
Black with #B0AAC0
Text Example
Text Example
White with #B0AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAC0; }
p { color: rgb(176,170,192); }
H1.HeaderClassName
{
color: #B0AAC0;
}
.AnyTagClassName
{
color: #B0AAC0;
}
</style>
background-color css
<style>
a { background-color: #B0AAC0; }
a { background-color: rgb(176,170,192); }
div.DivClassName
{
background-color: #B0AAC0;
}
.BgClassName
{
background-color: #B0AAC0;
}
</style>
border-color css
<style>
span { border-color: #B0AAC0; }
span { border-color: rgb(176,170,192); }
td.TdClassName
{
border-color: #B0AAC0;
}
.TagClassName
{
border-color: #B0AAC0;
}
</style>