Shades of Biloba Flower #B5A2E0
Tints of Biloba Flower #B5A2E0
RGB
CMYK
RGB Variations
Color information
#B5A2E0 (or 0xB5A2E0) is known color: Biloba Flower. HEX triplet: B5, A2 and E0. RGB value is (181,162,224). Sum of RGB (Red+Green+Blue) = 181+162+224=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #B5A2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2E0 is #4A5D1F. Grayscale: #AEAEAE. Windows color (decimal): -4873504 or 14721717. OLE color: 14721717.
HSL color Cylindrical-coordinate representation of color #B5A2E0: hue angle of 258.39º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5A2E0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 162 | 224 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.12 |
| HSL | 258.39º | 0.5% | 0.76% | - |
| HSV(B) | 258.39º | 0.28% | 0.88% | - |
| XYZ | 45.43 | 41.05 | 76.05 | - |
| YUV | 174.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 224 | 0.19 | 0.28 | 0 | 0.12 | 258.39 | 0.5 | 0.76 |
| Hex | B5 | A2 | E0 | 13 | 1C | 0 | C | 102 | 32 | 4C |
| Octal | 265 | 242 | 340 | 23 | 34 | 0 | 14 | 402 | 62 | 114 |
| Binary | 10110101 | 10100010 | 11100000 | 10011 | 11100 | 0 | 1100 | 100000010 | 110010 | 1001100 |
Color Harmonies of #B5A2E0
Complementary color
Monochromatic Colors of #B5A2E0
Black with #B5A2E0
Text Example
Text Example
White with #B5A2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A2E0; }
p { color: rgb(181,162,224); }
H1.HeaderClassName
{
color: #B5A2E0;
}
.AnyTagClassName
{
color: #B5A2E0;
}
</style>
background-color css
<style>
a { background-color: #B5A2E0; }
a { background-color: rgb(181,162,224); }
div.DivClassName
{
background-color: #B5A2E0;
}
.BgClassName
{
background-color: #B5A2E0;
}
</style>
border-color css
<style>
span { border-color: #B5A2E0; }
span { border-color: rgb(181,162,224); }
td.TdClassName
{
border-color: #B5A2E0;
}
.TagClassName
{
border-color: #B5A2E0;
}
</style>