Shades of Biloba Flower #B0A3C1
Tints of Biloba Flower #B0A3C1
RGB
CMYK
RGB Variations
Color information
#B0A3C1 (or 0xB0A3C1) is known color: Biloba Flower. HEX triplet: B0, A3 and C1. RGB value is (176,163,193). Sum of RGB (Red+Green+Blue) = 176+163+193=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0A3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3C1 is #4F5C3E. Grayscale: #AAAAAA. Windows color (decimal): -5200959 or 12690352. OLE color: 12690352.
HSL color Cylindrical-coordinate representation of color #B0A3C1: hue angle of 266º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A3C1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 163 | 193 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.24 |
| HSL | 266º | 0.19% | 0.7% | - |
| HSV(B) | 266º | 0.16% | 0.76% | - |
| XYZ | 40.63 | 39.27 | 55.89 | - |
| YUV | 170.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 193 | 0.09 | 0.16 | 0 | 0.24 | 266 | 0.19 | 0.7 |
| Hex | B0 | A3 | C1 | 9 | 10 | 0 | 18 | 10A | 13 | 46 |
| Octal | 260 | 243 | 301 | 11 | 20 | 0 | 30 | 412 | 23 | 106 |
| Binary | 10110000 | 10100011 | 11000001 | 1001 | 10000 | 0 | 11000 | 100001010 | 10011 | 1000110 |
Color Harmonies of #B0A3C1
Complementary color
Monochromatic Colors of #B0A3C1
Black with #B0A3C1
Text Example
Text Example
White with #B0A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A3C1; }
p { color: rgb(176,163,193); }
H1.HeaderClassName
{
color: #B0A3C1;
}
.AnyTagClassName
{
color: #B0A3C1;
}
</style>
background-color css
<style>
a { background-color: #B0A3C1; }
a { background-color: rgb(176,163,193); }
div.DivClassName
{
background-color: #B0A3C1;
}
.BgClassName
{
background-color: #B0A3C1;
}
</style>
border-color css
<style>
span { border-color: #B0A3C1; }
span { border-color: rgb(176,163,193); }
td.TdClassName
{
border-color: #B0A3C1;
}
.TagClassName
{
border-color: #B0A3C1;
}
</style>