Shades of Biloba Flower #B5A1CE
Tints of Biloba Flower #B5A1CE
RGB
CMYK
RGB Variations
Color information
#B5A1CE (or 0xB5A1CE) is known color: Biloba Flower. HEX triplet: B5, A1 and CE. RGB value is (181,161,206). Sum of RGB (Red+Green+Blue) = 181+161+206=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1CE is #4A5E31. Grayscale: #ABABAB. Windows color (decimal): -4873778 or 13541813. OLE color: 13541813.
HSL color Cylindrical-coordinate representation of color #B5A1CE: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A1CE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 161 | 206 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.19 |
| HSL | 266.67º | 0.31% | 0.72% | - |
| HSV(B) | 266.67º | 0.22% | 0.81% | - |
| XYZ | 42.94 | 39.77 | 63.81 | - |
| YUV | 172.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 206 | 0.12 | 0.22 | 0 | 0.19 | 266.67 | 0.31 | 0.72 |
| Hex | B5 | A1 | CE | C | 16 | 0 | 13 | 10B | 1F | 48 |
| Octal | 265 | 241 | 316 | 14 | 26 | 0 | 23 | 413 | 37 | 110 |
| Binary | 10110101 | 10100001 | 11001110 | 1100 | 10110 | 0 | 10011 | 100001011 | 11111 | 1001000 |
Color Harmonies of #B5A1CE
Complementary color
Monochromatic Colors of #B5A1CE
Black with #B5A1CE
Text Example
Text Example
White with #B5A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1CE; }
p { color: rgb(181,161,206); }
H1.HeaderClassName
{
color: #B5A1CE;
}
.AnyTagClassName
{
color: #B5A1CE;
}
</style>
background-color css
<style>
a { background-color: #B5A1CE; }
a { background-color: rgb(181,161,206); }
div.DivClassName
{
background-color: #B5A1CE;
}
.BgClassName
{
background-color: #B5A1CE;
}
</style>
border-color css
<style>
span { border-color: #B5A1CE; }
span { border-color: rgb(181,161,206); }
td.TdClassName
{
border-color: #B5A1CE;
}
.TagClassName
{
border-color: #B5A1CE;
}
</style>