Shades of Biloba Flower #B5A1DC
Tints of Biloba Flower #B5A1DC
RGB
CMYK
RGB Variations
Color information
#B5A1DC (or 0xB5A1DC) is known color: Biloba Flower. HEX triplet: B5, A1 and DC. RGB value is (181,161,220). Sum of RGB (Red+Green+Blue) = 181+161+220=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1DC is #4A5E23. Grayscale: #ADADAD. Windows color (decimal): -4873764 or 14459317. OLE color: 14459317.
HSL color Cylindrical-coordinate representation of color #B5A1DC: hue angle of 260.34º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5A1DC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 161 | 220 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.14 |
| HSL | 260.34º | 0.46% | 0.75% | - |
| HSV(B) | 260.34º | 0.27% | 0.86% | - |
| XYZ | 44.72 | 40.48 | 73.17 | - |
| YUV | 173.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 220 | 0.18 | 0.27 | 0 | 0.14 | 260.34 | 0.46 | 0.75 |
| Hex | B5 | A1 | DC | 12 | 1B | 0 | E | 104 | 2E | 4B |
| Octal | 265 | 241 | 334 | 22 | 33 | 0 | 16 | 404 | 56 | 113 |
| Binary | 10110101 | 10100001 | 11011100 | 10010 | 11011 | 0 | 1110 | 100000100 | 101110 | 1001011 |
Color Harmonies of #B5A1DC
Complementary color
Monochromatic Colors of #B5A1DC
Black with #B5A1DC
Text Example
Text Example
White with #B5A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1DC; }
p { color: rgb(181,161,220); }
H1.HeaderClassName
{
color: #B5A1DC;
}
.AnyTagClassName
{
color: #B5A1DC;
}
</style>
background-color css
<style>
a { background-color: #B5A1DC; }
a { background-color: rgb(181,161,220); }
div.DivClassName
{
background-color: #B5A1DC;
}
.BgClassName
{
background-color: #B5A1DC;
}
</style>
border-color css
<style>
span { border-color: #B5A1DC; }
span { border-color: rgb(181,161,220); }
td.TdClassName
{
border-color: #B5A1DC;
}
.TagClassName
{
border-color: #B5A1DC;
}
</style>