Shades of Biloba Flower #AD9BCB
Tints of Biloba Flower #AD9BCB
RGB
CMYK
RGB Variations
Color information
#AD9BCB (or 0xAD9BCB) is known color: Biloba Flower. HEX triplet: AD, 9B and CB. RGB value is (173,155,203). Sum of RGB (Red+Green+Blue) = 173+155+203=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BCB is #526434. Grayscale: #A5A5A5. Windows color (decimal): -5399605 or 13343661. OLE color: 13343661.
HSL color Cylindrical-coordinate representation of color #AD9BCB: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9BCB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 155 | 203 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.20 |
| HSL | 262.5º | 0.32% | 0.7% | - |
| HSV(B) | 262.5º | 0.24% | 0.8% | - |
| XYZ | 39.73 | 36.64 | 61.48 | - |
| YUV | 165.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 203 | 0.15 | 0.24 | 0 | 0.20 | 262.5 | 0.32 | 0.7 |
| Hex | AD | 9B | CB | F | 18 | 0 | 14 | 106 | 20 | 46 |
| Octal | 255 | 233 | 313 | 17 | 30 | 0 | 24 | 406 | 40 | 106 |
| Binary | 10101101 | 10011011 | 11001011 | 1111 | 11000 | 0 | 10100 | 100000110 | 100000 | 1000110 |
Color Harmonies of #AD9BCB
Complementary color
Monochromatic Colors of #AD9BCB
Black with #AD9BCB
Text Example
Text Example
White with #AD9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BCB; }
p { color: rgb(173,155,203); }
H1.HeaderClassName
{
color: #AD9BCB;
}
.AnyTagClassName
{
color: #AD9BCB;
}
</style>
background-color css
<style>
a { background-color: #AD9BCB; }
a { background-color: rgb(173,155,203); }
div.DivClassName
{
background-color: #AD9BCB;
}
.BgClassName
{
background-color: #AD9BCB;
}
</style>
border-color css
<style>
span { border-color: #AD9BCB; }
span { border-color: rgb(173,155,203); }
td.TdClassName
{
border-color: #AD9BCB;
}
.TagClassName
{
border-color: #AD9BCB;
}
</style>