Shades of Biloba Flower #B0A3DB
Tints of Biloba Flower #B0A3DB
RGB
CMYK
RGB Variations
Color information
#B0A3DB (or 0xB0A3DB) is known color: Biloba Flower. HEX triplet: B0, A3 and DB. RGB value is (176,163,219). Sum of RGB (Red+Green+Blue) = 176+163+219=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3DB is #4F5C24. Grayscale: #ADADAD. Windows color (decimal): -5200933 or 14394288. OLE color: 14394288.
HSL color Cylindrical-coordinate representation of color #B0A3DB: hue angle of 253.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0A3DB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 163 | 219 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.14 |
| HSL | 253.93º | 0.44% | 0.75% | - |
| HSV(B) | 253.93º | 0.26% | 0.86% | - |
| XYZ | 43.79 | 40.54 | 72.53 | - |
| YUV | 173.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 219 | 0.20 | 0.26 | 0 | 0.14 | 253.93 | 0.44 | 0.75 |
| Hex | B0 | A3 | DB | 14 | 1A | 0 | E | FE | 2C | 4B |
| Octal | 260 | 243 | 333 | 24 | 32 | 0 | 16 | 376 | 54 | 113 |
| Binary | 10110000 | 10100011 | 11011011 | 10100 | 11010 | 0 | 1110 | 11111110 | 101100 | 1001011 |
Color Harmonies of #B0A3DB
Complementary color
Monochromatic Colors of #B0A3DB
Black with #B0A3DB
Text Example
Text Example
White with #B0A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A3DB; }
p { color: rgb(176,163,219); }
H1.HeaderClassName
{
color: #B0A3DB;
}
.AnyTagClassName
{
color: #B0A3DB;
}
</style>
background-color css
<style>
a { background-color: #B0A3DB; }
a { background-color: rgb(176,163,219); }
div.DivClassName
{
background-color: #B0A3DB;
}
.BgClassName
{
background-color: #B0A3DB;
}
</style>
border-color css
<style>
span { border-color: #B0A3DB; }
span { border-color: rgb(176,163,219); }
td.TdClassName
{
border-color: #B0A3DB;
}
.TagClassName
{
border-color: #B0A3DB;
}
</style>