Shades of Biloba Flower #B7A5D0
Tints of Biloba Flower #B7A5D0
RGB
CMYK
RGB Variations
Color information
#B7A5D0 (or 0xB7A5D0) is known color: Biloba Flower. HEX triplet: B7, A5 and D0. RGB value is (183,165,208). Sum of RGB (Red+Green+Blue) = 183+165+208=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7A5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5D0 is #485A2F. Grayscale: #AFAFAF. Windows color (decimal): -4741680 or 13673911. OLE color: 13673911.
HSL color Cylindrical-coordinate representation of color #B7A5D0: hue angle of 265.12º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7A5D0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 165 | 208 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.18 |
| HSL | 265.12º | 0.31% | 0.73% | - |
| HSV(B) | 265.12º | 0.21% | 0.82% | - |
| XYZ | 44.37 | 41.53 | 65.35 | - |
| YUV | 175.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 208 | 0.12 | 0.21 | 0 | 0.18 | 265.12 | 0.31 | 0.73 |
| Hex | B7 | A5 | D0 | C | 15 | 0 | 12 | 109 | 1F | 49 |
| Octal | 267 | 245 | 320 | 14 | 25 | 0 | 22 | 411 | 37 | 111 |
| Binary | 10110111 | 10100101 | 11010000 | 1100 | 10101 | 0 | 10010 | 100001001 | 11111 | 1001001 |
Color Harmonies of #B7A5D0
Complementary color
Monochromatic Colors of #B7A5D0
Black with #B7A5D0
Text Example
Text Example
White with #B7A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5D0; }
p { color: rgb(183,165,208); }
H1.HeaderClassName
{
color: #B7A5D0;
}
.AnyTagClassName
{
color: #B7A5D0;
}
</style>
background-color css
<style>
a { background-color: #B7A5D0; }
a { background-color: rgb(183,165,208); }
div.DivClassName
{
background-color: #B7A5D0;
}
.BgClassName
{
background-color: #B7A5D0;
}
</style>
border-color css
<style>
span { border-color: #B7A5D0; }
span { border-color: rgb(183,165,208); }
td.TdClassName
{
border-color: #B7A5D0;
}
.TagClassName
{
border-color: #B7A5D0;
}
</style>