Shades of Biloba Flower #B5A5C4
Tints of Biloba Flower #B5A5C4
RGB
CMYK
RGB Variations
Color information
#B5A5C4 (or 0xB5A5C4) is known color: Biloba Flower. HEX triplet: B5, A5 and C4. RGB value is (181,165,196). Sum of RGB (Red+Green+Blue) = 181+165+196=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5A5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A5C4 is #4A5A3B. Grayscale: #ADADAD. Windows color (decimal): -4872764 or 12887477. OLE color: 12887477.
HSL color Cylindrical-coordinate representation of color #B5A5C4: hue angle of 270.97º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5A5C4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 165 | 196 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.23 |
| HSL | 270.97º | 0.21% | 0.71% | - |
| HSV(B) | 270.97º | 0.16% | 0.77% | - |
| XYZ | 42.48 | 40.72 | 57.85 | - |
| YUV | 173.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 196 | 0.08 | 0.16 | 0 | 0.23 | 270.97 | 0.21 | 0.71 |
| Hex | B5 | A5 | C4 | 8 | 10 | 0 | 17 | 10F | 15 | 47 |
| Octal | 265 | 245 | 304 | 10 | 20 | 0 | 27 | 417 | 25 | 107 |
| Binary | 10110101 | 10100101 | 11000100 | 1000 | 10000 | 0 | 10111 | 100001111 | 10101 | 1000111 |
Color Harmonies of #B5A5C4
Complementary color
Monochromatic Colors of #B5A5C4
Black with #B5A5C4
Text Example
Text Example
White with #B5A5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A5C4; }
p { color: rgb(181,165,196); }
H1.HeaderClassName
{
color: #B5A5C4;
}
.AnyTagClassName
{
color: #B5A5C4;
}
</style>
background-color css
<style>
a { background-color: #B5A5C4; }
a { background-color: rgb(181,165,196); }
div.DivClassName
{
background-color: #B5A5C4;
}
.BgClassName
{
background-color: #B5A5C4;
}
</style>
border-color css
<style>
span { border-color: #B5A5C4; }
span { border-color: rgb(181,165,196); }
td.TdClassName
{
border-color: #B5A5C4;
}
.TagClassName
{
border-color: #B5A5C4;
}
</style>