Shades of Biloba Flower #B6A0DB
Tints of Biloba Flower #B6A0DB
RGB
CMYK
RGB Variations
Color information
#B6A0DB (or 0xB6A0DB) is known color: Biloba Flower. HEX triplet: B6, A0 and DB. RGB value is (182,160,219). Sum of RGB (Red+Green+Blue) = 182+160+219=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0DB is #495F24. Grayscale: #ADADAD. Windows color (decimal): -4808485 or 14393526. OLE color: 14393526.
HSL color Cylindrical-coordinate representation of color #B6A0DB: hue angle of 262.37º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6A0DB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 160 | 219 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.14 |
| HSL | 262.37º | 0.45% | 0.74% | - |
| HSV(B) | 262.37º | 0.27% | 0.86% | - |
| XYZ | 44.65 | 40.2 | 72.42 | - |
| YUV | 173.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 219 | 0.17 | 0.27 | 0 | 0.14 | 262.37 | 0.45 | 0.74 |
| Hex | B6 | A0 | DB | 11 | 1B | 0 | E | 106 | 2D | 4A |
| Octal | 266 | 240 | 333 | 21 | 33 | 0 | 16 | 406 | 55 | 112 |
| Binary | 10110110 | 10100000 | 11011011 | 10001 | 11011 | 0 | 1110 | 100000110 | 101101 | 1001010 |
Color Harmonies of #B6A0DB
Complementary color
Monochromatic Colors of #B6A0DB
Black with #B6A0DB
Text Example
Text Example
White with #B6A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A0DB; }
p { color: rgb(182,160,219); }
H1.HeaderClassName
{
color: #B6A0DB;
}
.AnyTagClassName
{
color: #B6A0DB;
}
</style>
background-color css
<style>
a { background-color: #B6A0DB; }
a { background-color: rgb(182,160,219); }
div.DivClassName
{
background-color: #B6A0DB;
}
.BgClassName
{
background-color: #B6A0DB;
}
</style>
border-color css
<style>
span { border-color: #B6A0DB; }
span { border-color: rgb(182,160,219); }
td.TdClassName
{
border-color: #B6A0DB;
}
.TagClassName
{
border-color: #B6A0DB;
}
</style>