Shades of Biloba Flower #B5A6CB
Tints of Biloba Flower #B5A6CB
RGB
CMYK
RGB Variations
Color information
#B5A6CB (or 0xB5A6CB) is known color: Biloba Flower. HEX triplet: B5, A6 and CB. RGB value is (181,166,203). Sum of RGB (Red+Green+Blue) = 181+166+203=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A6CB is #4A5934. Grayscale: #AEAEAE. Windows color (decimal): -4872501 or 13346485. OLE color: 13346485.
HSL color Cylindrical-coordinate representation of color #B5A6CB: hue angle of 264.32º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5A6CB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 166 | 203 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.20 |
| HSL | 264.32º | 0.26% | 0.72% | - |
| HSV(B) | 264.32º | 0.18% | 0.8% | - |
| XYZ | 43.47 | 41.41 | 62.2 | - |
| YUV | 174.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 203 | 0.11 | 0.18 | 0 | 0.20 | 264.32 | 0.26 | 0.72 |
| Hex | B5 | A6 | CB | B | 12 | 0 | 14 | 108 | 1A | 48 |
| Octal | 265 | 246 | 313 | 13 | 22 | 0 | 24 | 410 | 32 | 110 |
| Binary | 10110101 | 10100110 | 11001011 | 1011 | 10010 | 0 | 10100 | 100001000 | 11010 | 1001000 |
Color Harmonies of #B5A6CB
Complementary color
Monochromatic Colors of #B5A6CB
Black with #B5A6CB
Text Example
Text Example
White with #B5A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A6CB; }
p { color: rgb(181,166,203); }
H1.HeaderClassName
{
color: #B5A6CB;
}
.AnyTagClassName
{
color: #B5A6CB;
}
</style>
background-color css
<style>
a { background-color: #B5A6CB; }
a { background-color: rgb(181,166,203); }
div.DivClassName
{
background-color: #B5A6CB;
}
.BgClassName
{
background-color: #B5A6CB;
}
</style>
border-color css
<style>
span { border-color: #B5A6CB; }
span { border-color: rgb(181,166,203); }
td.TdClassName
{
border-color: #B5A6CB;
}
.TagClassName
{
border-color: #B5A6CB;
}
</style>