Shades of Biloba Flower #ADA2CB
Tints of Biloba Flower #ADA2CB
RGB
CMYK
RGB Variations
Color information
#ADA2CB (or 0xADA2CB) is known color: Biloba Flower. HEX triplet: AD, A2 and CB. RGB value is (173,162,203). Sum of RGB (Red+Green+Blue) = 173+162+203=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2CB is #525D34. Grayscale: #A9A9A9. Windows color (decimal): -5397813 or 13345453. OLE color: 13345453.
HSL color Cylindrical-coordinate representation of color #ADA2CB: hue angle of 256.1º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA2CB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 162 | 203 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.20 |
| HSL | 256.1º | 0.28% | 0.72% | - |
| HSV(B) | 256.1º | 0.2% | 0.8% | - |
| XYZ | 40.93 | 39.04 | 61.88 | - |
| YUV | 169.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 203 | 0.15 | 0.20 | 0 | 0.20 | 256.1 | 0.28 | 0.72 |
| Hex | AD | A2 | CB | F | 14 | 0 | 14 | 100 | 1C | 48 |
| Octal | 255 | 242 | 313 | 17 | 24 | 0 | 24 | 400 | 34 | 110 |
| Binary | 10101101 | 10100010 | 11001011 | 1111 | 10100 | 0 | 10100 | 100000000 | 11100 | 1001000 |
Color Harmonies of #ADA2CB
Complementary color
Monochromatic Colors of #ADA2CB
Black with #ADA2CB
Text Example
Text Example
White with #ADA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2CB; }
p { color: rgb(173,162,203); }
H1.HeaderClassName
{
color: #ADA2CB;
}
.AnyTagClassName
{
color: #ADA2CB;
}
</style>
background-color css
<style>
a { background-color: #ADA2CB; }
a { background-color: rgb(173,162,203); }
div.DivClassName
{
background-color: #ADA2CB;
}
.BgClassName
{
background-color: #ADA2CB;
}
</style>
border-color css
<style>
span { border-color: #ADA2CB; }
span { border-color: rgb(173,162,203); }
td.TdClassName
{
border-color: #ADA2CB;
}
.TagClassName
{
border-color: #ADA2CB;
}
</style>