Shades of Biloba Flower #B7A6CB
Tints of Biloba Flower #B7A6CB
RGB
CMYK
RGB Variations
Color information
#B7A6CB (or 0xB7A6CB) is known color: Biloba Flower. HEX triplet: B7, A6 and CB. RGB value is (183,166,203). Sum of RGB (Red+Green+Blue) = 183+166+203=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 166 (65.23% from 255 or 30.07% 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 #B7A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6CB is #485934. Grayscale: #AFAFAF. Windows color (decimal): -4741429 or 13346487. OLE color: 13346487.
HSL color Cylindrical-coordinate representation of color #B7A6CB: hue angle of 267.57º 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 #B7A6CB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 166 | 203 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.20 |
| HSL | 267.57º | 0.26% | 0.72% | - |
| HSV(B) | 267.57º | 0.18% | 0.8% | - |
| XYZ | 43.94 | 41.65 | 62.22 | - |
| YUV | 175.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 203 | 0.10 | 0.18 | 0 | 0.20 | 267.57 | 0.26 | 0.72 |
| Hex | B7 | A6 | CB | A | 12 | 0 | 14 | 10C | 1A | 48 |
| Octal | 267 | 246 | 313 | 12 | 22 | 0 | 24 | 414 | 32 | 110 |
| Binary | 10110111 | 10100110 | 11001011 | 1010 | 10010 | 0 | 10100 | 100001100 | 11010 | 1001000 |
Color Harmonies of #B7A6CB
Complementary color
Monochromatic Colors of #B7A6CB
Black with #B7A6CB
Text Example
Text Example
White with #B7A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A6CB; }
p { color: rgb(183,166,203); }
H1.HeaderClassName
{
color: #B7A6CB;
}
.AnyTagClassName
{
color: #B7A6CB;
}
</style>
background-color css
<style>
a { background-color: #B7A6CB; }
a { background-color: rgb(183,166,203); }
div.DivClassName
{
background-color: #B7A6CB;
}
.BgClassName
{
background-color: #B7A6CB;
}
</style>
border-color css
<style>
span { border-color: #B7A6CB; }
span { border-color: rgb(183,166,203); }
td.TdClassName
{
border-color: #B7A6CB;
}
.TagClassName
{
border-color: #B7A6CB;
}
</style>