Shades of Biloba Flower #AD9BC5
Tints of Biloba Flower #AD9BC5
RGB
CMYK
RGB Variations
Color information
#AD9BC5 (or 0xAD9BC5) is known color: Biloba Flower. HEX triplet: AD, 9B and C5. RGB value is (173,155,197). Sum of RGB (Red+Green+Blue) = 173+155+197=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD9BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BC5 is #52643A. Grayscale: #A5A5A5. Windows color (decimal): -5399611 or 12950445. OLE color: 12950445.
HSL color Cylindrical-coordinate representation of color #AD9BC5: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9BC5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 155 | 197 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.23 |
| HSL | 265.71º | 0.27% | 0.69% | - |
| HSV(B) | 265.71º | 0.21% | 0.77% | - |
| XYZ | 39.03 | 36.36 | 57.78 | - |
| YUV | 165.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 197 | 0.12 | 0.21 | 0 | 0.23 | 265.71 | 0.27 | 0.69 |
| Hex | AD | 9B | C5 | C | 15 | 0 | 17 | 10A | 1B | 45 |
| Octal | 255 | 233 | 305 | 14 | 25 | 0 | 27 | 412 | 33 | 105 |
| Binary | 10101101 | 10011011 | 11000101 | 1100 | 10101 | 0 | 10111 | 100001010 | 11011 | 1000101 |
Color Harmonies of #AD9BC5
Complementary color
Monochromatic Colors of #AD9BC5
Black with #AD9BC5
Text Example
Text Example
White with #AD9BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BC5; }
p { color: rgb(173,155,197); }
H1.HeaderClassName
{
color: #AD9BC5;
}
.AnyTagClassName
{
color: #AD9BC5;
}
</style>
background-color css
<style>
a { background-color: #AD9BC5; }
a { background-color: rgb(173,155,197); }
div.DivClassName
{
background-color: #AD9BC5;
}
.BgClassName
{
background-color: #AD9BC5;
}
</style>
border-color css
<style>
span { border-color: #AD9BC5; }
span { border-color: rgb(173,155,197); }
td.TdClassName
{
border-color: #AD9BC5;
}
.TagClassName
{
border-color: #AD9BC5;
}
</style>