Shades of Biloba Flower #B0A7C1
Tints of Biloba Flower #B0A7C1
RGB
CMYK
RGB Variations
Color information
#B0A7C1 (or 0xB0A7C1) is known color: Biloba Flower. HEX triplet: B0, A7 and C1. RGB value is (176,167,193). Sum of RGB (Red+Green+Blue) = 176+167+193=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0A7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A7C1 is #4F583E. Grayscale: #ACACAC. Windows color (decimal): -5199935 or 12691376. OLE color: 12691376.
HSL color Cylindrical-coordinate representation of color #B0A7C1: hue angle of 260.77º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A7C1 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 167 | 193 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.24 |
| HSL | 260.77º | 0.17% | 0.71% | - |
| HSV(B) | 260.77º | 0.13% | 0.76% | - |
| XYZ | 41.35 | 40.72 | 56.13 | - |
| YUV | 172.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 193 | 0.09 | 0.13 | 0 | 0.24 | 260.77 | 0.17 | 0.71 |
| Hex | B0 | A7 | C1 | 9 | D | 0 | 18 | 105 | 11 | 47 |
| Octal | 260 | 247 | 301 | 11 | 15 | 0 | 30 | 405 | 21 | 107 |
| Binary | 10110000 | 10100111 | 11000001 | 1001 | 1101 | 0 | 11000 | 100000101 | 10001 | 1000111 |
Color Harmonies of #B0A7C1
Complementary color
Monochromatic Colors of #B0A7C1
Black with #B0A7C1
Text Example
Text Example
White with #B0A7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7C1; }
p { color: rgb(176,167,193); }
H1.HeaderClassName
{
color: #B0A7C1;
}
.AnyTagClassName
{
color: #B0A7C1;
}
</style>
background-color css
<style>
a { background-color: #B0A7C1; }
a { background-color: rgb(176,167,193); }
div.DivClassName
{
background-color: #B0A7C1;
}
.BgClassName
{
background-color: #B0A7C1;
}
</style>
border-color css
<style>
span { border-color: #B0A7C1; }
span { border-color: rgb(176,167,193); }
td.TdClassName
{
border-color: #B0A7C1;
}
.TagClassName
{
border-color: #B0A7C1;
}
</style>