Shades of Biloba Flower #B5A8CB
Tints of Biloba Flower #B5A8CB
RGB
CMYK
RGB Variations
Color information
#B5A8CB (or 0xB5A8CB) is known color: Biloba Flower. HEX triplet: B5, A8 and CB. RGB value is (181,168,203). Sum of RGB (Red+Green+Blue) = 181+168+203=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8CB is #4A5734. Grayscale: #AFAFAF. Windows color (decimal): -4871989 or 13346997. OLE color: 13346997.
HSL color Cylindrical-coordinate representation of color #B5A8CB: hue angle of 262.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A8CB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 168 | 203 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.20 |
| HSL | 262.29º | 0.25% | 0.73% | - |
| HSV(B) | 262.29º | 0.17% | 0.8% | - |
| XYZ | 43.84 | 42.14 | 62.32 | - |
| YUV | 175.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 203 | 0.11 | 0.17 | 0 | 0.20 | 262.29 | 0.25 | 0.73 |
| Hex | B5 | A8 | CB | B | 11 | 0 | 14 | 106 | 19 | 49 |
| Octal | 265 | 250 | 313 | 13 | 21 | 0 | 24 | 406 | 31 | 111 |
| Binary | 10110101 | 10101000 | 11001011 | 1011 | 10001 | 0 | 10100 | 100000110 | 11001 | 1001001 |
Color Harmonies of #B5A8CB
Complementary color
Monochromatic Colors of #B5A8CB
Black with #B5A8CB
Text Example
Text Example
White with #B5A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8CB; }
p { color: rgb(181,168,203); }
H1.HeaderClassName
{
color: #B5A8CB;
}
.AnyTagClassName
{
color: #B5A8CB;
}
</style>
background-color css
<style>
a { background-color: #B5A8CB; }
a { background-color: rgb(181,168,203); }
div.DivClassName
{
background-color: #B5A8CB;
}
.BgClassName
{
background-color: #B5A8CB;
}
</style>
border-color css
<style>
span { border-color: #B5A8CB; }
span { border-color: rgb(181,168,203); }
td.TdClassName
{
border-color: #B5A8CB;
}
.TagClassName
{
border-color: #B5A8CB;
}
</style>