Shades of Biloba Flower #B6A4DC
Tints of Biloba Flower #B6A4DC
RGB
CMYK
RGB Variations
Color information
#B6A4DC (or 0xB6A4DC) is known color: Biloba Flower. HEX triplet: B6, A4 and DC. RGB value is (182,164,220). Sum of RGB (Red+Green+Blue) = 182+164+220=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A4DC is #495B23. Grayscale: #AFAFAF. Windows color (decimal): -4807460 or 14460086. OLE color: 14460086.
HSL color Cylindrical-coordinate representation of color #B6A4DC: hue angle of 259.29º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6A4DC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 164 | 220 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.14 |
| HSL | 259.29º | 0.44% | 0.75% | - |
| HSV(B) | 259.29º | 0.25% | 0.86% | - |
| XYZ | 45.49 | 41.66 | 73.35 | - |
| YUV | 175.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 220 | 0.17 | 0.25 | 0 | 0.14 | 259.29 | 0.44 | 0.75 |
| Hex | B6 | A4 | DC | 11 | 19 | 0 | E | 103 | 2C | 4B |
| Octal | 266 | 244 | 334 | 21 | 31 | 0 | 16 | 403 | 54 | 113 |
| Binary | 10110110 | 10100100 | 11011100 | 10001 | 11001 | 0 | 1110 | 100000011 | 101100 | 1001011 |
Color Harmonies of #B6A4DC
Complementary color
Monochromatic Colors of #B6A4DC
Black with #B6A4DC
Text Example
Text Example
White with #B6A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A4DC; }
p { color: rgb(182,164,220); }
H1.HeaderClassName
{
color: #B6A4DC;
}
.AnyTagClassName
{
color: #B6A4DC;
}
</style>
background-color css
<style>
a { background-color: #B6A4DC; }
a { background-color: rgb(182,164,220); }
div.DivClassName
{
background-color: #B6A4DC;
}
.BgClassName
{
background-color: #B6A4DC;
}
</style>
border-color css
<style>
span { border-color: #B6A4DC; }
span { border-color: rgb(182,164,220); }
td.TdClassName
{
border-color: #B6A4DC;
}
.TagClassName
{
border-color: #B6A4DC;
}
</style>