Shades of Biloba Flower #B0A5BE
Tints of Biloba Flower #B0A5BE
RGB
CMYK
RGB Variations
Color information
#B0A5BE (or 0xB0A5BE) is known color: Biloba Flower. HEX triplet: B0, A5 and BE. RGB value is (176,165,190). Sum of RGB (Red+Green+Blue) = 176+165+190=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A5BE is #4F5A41. Grayscale: #ABABAB. Windows color (decimal): -5200450 or 12494256. OLE color: 12494256.
HSL color Cylindrical-coordinate representation of color #B0A5BE: hue angle of 266.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A5BE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 165 | 190 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.25 |
| HSL | 266.4º | 0.16% | 0.7% | - |
| HSV(B) | 266.4º | 0.13% | 0.75% | - |
| XYZ | 40.65 | 39.86 | 54.27 | - |
| YUV | 171.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 190 | 0.07 | 0.13 | 0 | 0.25 | 266.4 | 0.16 | 0.7 |
| Hex | B0 | A5 | BE | 7 | D | 0 | 19 | 10A | 10 | 46 |
| Octal | 260 | 245 | 276 | 7 | 15 | 0 | 31 | 412 | 20 | 106 |
| Binary | 10110000 | 10100101 | 10111110 | 111 | 1101 | 0 | 11001 | 100001010 | 10000 | 1000110 |
Color Harmonies of #B0A5BE
Complementary color
Monochromatic Colors of #B0A5BE
Black with #B0A5BE
Text Example
Text Example
White with #B0A5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A5BE; }
p { color: rgb(176,165,190); }
H1.HeaderClassName
{
color: #B0A5BE;
}
.AnyTagClassName
{
color: #B0A5BE;
}
</style>
background-color css
<style>
a { background-color: #B0A5BE; }
a { background-color: rgb(176,165,190); }
div.DivClassName
{
background-color: #B0A5BE;
}
.BgClassName
{
background-color: #B0A5BE;
}
</style>
border-color css
<style>
span { border-color: #B0A5BE; }
span { border-color: rgb(176,165,190); }
td.TdClassName
{
border-color: #B0A5BE;
}
.TagClassName
{
border-color: #B0A5BE;
}
</style>