Shades of Biloba Flower #B7A0CF
Tints of Biloba Flower #B7A0CF
RGB
CMYK
RGB Variations
Color information
#B7A0CF (or 0xB7A0CF) is known color: Biloba Flower. HEX triplet: B7, A0 and CF. RGB value is (183,160,207). Sum of RGB (Red+Green+Blue) = 183+160+207=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0CF is #485F30. Grayscale: #ACACAC. Windows color (decimal): -4742961 or 13607095. OLE color: 13607095.
HSL color Cylindrical-coordinate representation of color #B7A0CF: hue angle of 269.36º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A0CF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 160 | 207 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.19 |
| HSL | 269.36º | 0.33% | 0.72% | - |
| HSV(B) | 269.36º | 0.23% | 0.81% | - |
| XYZ | 43.36 | 39.71 | 64.41 | - |
| YUV | 172.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 207 | 0.12 | 0.23 | 0 | 0.19 | 269.36 | 0.33 | 0.72 |
| Hex | B7 | A0 | CF | C | 17 | 0 | 13 | 10D | 21 | 48 |
| Octal | 267 | 240 | 317 | 14 | 27 | 0 | 23 | 415 | 41 | 110 |
| Binary | 10110111 | 10100000 | 11001111 | 1100 | 10111 | 0 | 10011 | 100001101 | 100001 | 1001000 |
Color Harmonies of #B7A0CF
Complementary color
Monochromatic Colors of #B7A0CF
Black with #B7A0CF
Text Example
Text Example
White with #B7A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0CF; }
p { color: rgb(183,160,207); }
H1.HeaderClassName
{
color: #B7A0CF;
}
.AnyTagClassName
{
color: #B7A0CF;
}
</style>
background-color css
<style>
a { background-color: #B7A0CF; }
a { background-color: rgb(183,160,207); }
div.DivClassName
{
background-color: #B7A0CF;
}
.BgClassName
{
background-color: #B7A0CF;
}
</style>
border-color css
<style>
span { border-color: #B7A0CF; }
span { border-color: rgb(183,160,207); }
td.TdClassName
{
border-color: #B7A0CF;
}
.TagClassName
{
border-color: #B7A0CF;
}
</style>