Shades of Biloba Flower #B5A4DE
Tints of Biloba Flower #B5A4DE
RGB
CMYK
RGB Variations
Color information
#B5A4DE (or 0xB5A4DE) is known color: Biloba Flower. HEX triplet: B5, A4 and DE. RGB value is (181,164,222). Sum of RGB (Red+Green+Blue) = 181+164+222=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5A4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A4DE is #4A5B21. Grayscale: #AFAFAF. Windows color (decimal): -4872994 or 14591157. OLE color: 14591157.
HSL color Cylindrical-coordinate representation of color #B5A4DE: hue angle of 257.59º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5A4DE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 164 | 222 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.13 |
| HSL | 257.59º | 0.47% | 0.76% | - |
| HSV(B) | 257.59º | 0.26% | 0.87% | - |
| XYZ | 45.52 | 41.65 | 74.75 | - |
| YUV | 175.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 222 | 0.18 | 0.26 | 0 | 0.13 | 257.59 | 0.47 | 0.76 |
| Hex | B5 | A4 | DE | 12 | 1A | 0 | D | 102 | 2F | 4C |
| Octal | 265 | 244 | 336 | 22 | 32 | 0 | 15 | 402 | 57 | 114 |
| Binary | 10110101 | 10100100 | 11011110 | 10010 | 11010 | 0 | 1101 | 100000010 | 101111 | 1001100 |
Color Harmonies of #B5A4DE
Complementary color
Monochromatic Colors of #B5A4DE
Black with #B5A4DE
Text Example
Text Example
White with #B5A4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A4DE; }
p { color: rgb(181,164,222); }
H1.HeaderClassName
{
color: #B5A4DE;
}
.AnyTagClassName
{
color: #B5A4DE;
}
</style>
background-color css
<style>
a { background-color: #B5A4DE; }
a { background-color: rgb(181,164,222); }
div.DivClassName
{
background-color: #B5A4DE;
}
.BgClassName
{
background-color: #B5A4DE;
}
</style>
border-color css
<style>
span { border-color: #B5A4DE; }
span { border-color: rgb(181,164,222); }
td.TdClassName
{
border-color: #B5A4DE;
}
.TagClassName
{
border-color: #B5A4DE;
}
</style>