Shades of Biloba Flower #B0A0CE
Tints of Biloba Flower #B0A0CE
RGB
CMYK
RGB Variations
Color information
#B0A0CE (or 0xB0A0CE) is known color: Biloba Flower. HEX triplet: B0, A0 and CE. RGB value is (176,160,206). Sum of RGB (Red+Green+Blue) = 176+160+206=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0CE is #4F5F31. Grayscale: #A9A9A9. Windows color (decimal): -5201714 or 13541552. OLE color: 13541552.
HSL color Cylindrical-coordinate representation of color #B0A0CE: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A0CE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 160 | 206 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.19 |
| HSL | 260.87º | 0.32% | 0.72% | - |
| HSV(B) | 260.87º | 0.22% | 0.81% | - |
| XYZ | 41.62 | 38.83 | 63.69 | - |
| YUV | 170.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 206 | 0.15 | 0.22 | 0 | 0.19 | 260.87 | 0.32 | 0.72 |
| Hex | B0 | A0 | CE | F | 16 | 0 | 13 | 105 | 20 | 48 |
| Octal | 260 | 240 | 316 | 17 | 26 | 0 | 23 | 405 | 40 | 110 |
| Binary | 10110000 | 10100000 | 11001110 | 1111 | 10110 | 0 | 10011 | 100000101 | 100000 | 1001000 |
Color Harmonies of #B0A0CE
Complementary color
Monochromatic Colors of #B0A0CE
Black with #B0A0CE
Text Example
Text Example
White with #B0A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A0CE; }
p { color: rgb(176,160,206); }
H1.HeaderClassName
{
color: #B0A0CE;
}
.AnyTagClassName
{
color: #B0A0CE;
}
</style>
background-color css
<style>
a { background-color: #B0A0CE; }
a { background-color: rgb(176,160,206); }
div.DivClassName
{
background-color: #B0A0CE;
}
.BgClassName
{
background-color: #B0A0CE;
}
</style>
border-color css
<style>
span { border-color: #B0A0CE; }
span { border-color: rgb(176,160,206); }
td.TdClassName
{
border-color: #B0A0CE;
}
.TagClassName
{
border-color: #B0A0CE;
}
</style>