Shades of Biloba Flower #B7A0CE
Tints of Biloba Flower #B7A0CE
RGB
CMYK
RGB Variations
Color information
#B7A0CE (or 0xB7A0CE) is known color: Biloba Flower. HEX triplet: B7, A0 and CE. RGB value is (183,160,206). Sum of RGB (Red+Green+Blue) = 183+160+206=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0CE is #485F31. Grayscale: #ABABAB. Windows color (decimal): -4742962 or 13541559. OLE color: 13541559.
HSL color Cylindrical-coordinate representation of color #B7A0CE: hue angle of 270º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A0CE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 160 | 206 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.19 |
| HSL | 270º | 0.32% | 0.72% | - |
| HSV(B) | 270º | 0.22% | 0.81% | - |
| XYZ | 43.24 | 39.67 | 63.77 | - |
| YUV | 172.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 206 | 0.11 | 0.22 | 0 | 0.19 | 270 | 0.32 | 0.72 |
| Hex | B7 | A0 | CE | B | 16 | 0 | 13 | 10E | 20 | 48 |
| Octal | 267 | 240 | 316 | 13 | 26 | 0 | 23 | 416 | 40 | 110 |
| Binary | 10110111 | 10100000 | 11001110 | 1011 | 10110 | 0 | 10011 | 100001110 | 100000 | 1001000 |
Color Harmonies of #B7A0CE
Complementary color
Monochromatic Colors of #B7A0CE
Black with #B7A0CE
Text Example
Text Example
White with #B7A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0CE; }
p { color: rgb(183,160,206); }
H1.HeaderClassName
{
color: #B7A0CE;
}
.AnyTagClassName
{
color: #B7A0CE;
}
</style>
background-color css
<style>
a { background-color: #B7A0CE; }
a { background-color: rgb(183,160,206); }
div.DivClassName
{
background-color: #B7A0CE;
}
.BgClassName
{
background-color: #B7A0CE;
}
</style>
border-color css
<style>
span { border-color: #B7A0CE; }
span { border-color: rgb(183,160,206); }
td.TdClassName
{
border-color: #B7A0CE;
}
.TagClassName
{
border-color: #B7A0CE;
}
</style>