Shades of Biloba Flower #B5A8CE
Tints of Biloba Flower #B5A8CE
RGB
CMYK
RGB Variations
Color information
#B5A8CE (or 0xB5A8CE) is known color: Biloba Flower. HEX triplet: B5, A8 and CE. RGB value is (181,168,206). Sum of RGB (Red+Green+Blue) = 181+168+206=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8CE is #4A5731. Grayscale: #B0B0B0. Windows color (decimal): -4871986 or 13543605. OLE color: 13543605.
HSL color Cylindrical-coordinate representation of color #B5A8CE: hue angle of 260.53º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5A8CE is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 168 | 206 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.19 |
| HSL | 260.53º | 0.28% | 0.73% | - |
| HSV(B) | 260.53º | 0.18% | 0.81% | - |
| XYZ | 44.2 | 42.29 | 64.22 | - |
| YUV | 176.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 206 | 0.12 | 0.18 | 0 | 0.19 | 260.53 | 0.28 | 0.73 |
| Hex | B5 | A8 | CE | C | 12 | 0 | 13 | 105 | 1C | 49 |
| Octal | 265 | 250 | 316 | 14 | 22 | 0 | 23 | 405 | 34 | 111 |
| Binary | 10110101 | 10101000 | 11001110 | 1100 | 10010 | 0 | 10011 | 100000101 | 11100 | 1001001 |
Color Harmonies of #B5A8CE
Complementary color
Monochromatic Colors of #B5A8CE
Black with #B5A8CE
Text Example
Text Example
White with #B5A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8CE; }
p { color: rgb(181,168,206); }
H1.HeaderClassName
{
color: #B5A8CE;
}
.AnyTagClassName
{
color: #B5A8CE;
}
</style>
background-color css
<style>
a { background-color: #B5A8CE; }
a { background-color: rgb(181,168,206); }
div.DivClassName
{
background-color: #B5A8CE;
}
.BgClassName
{
background-color: #B5A8CE;
}
</style>
border-color css
<style>
span { border-color: #B5A8CE; }
span { border-color: rgb(181,168,206); }
td.TdClassName
{
border-color: #B5A8CE;
}
.TagClassName
{
border-color: #B5A8CE;
}
</style>