Shades of Biloba Flower #ADA2CE
Tints of Biloba Flower #ADA2CE
RGB
CMYK
RGB Variations
Color information
#ADA2CE (or 0xADA2CE) is known color: Biloba Flower. HEX triplet: AD, A2 and CE. RGB value is (173,162,206). Sum of RGB (Red+Green+Blue) = 173+162+206=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2CE is #525D31. Grayscale: #AAAAAA. Windows color (decimal): -5397810 or 13542061. OLE color: 13542061.
HSL color Cylindrical-coordinate representation of color #ADA2CE: hue angle of 255º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA2CE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 162 | 206 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.19 |
| HSL | 255º | 0.31% | 0.72% | - |
| HSV(B) | 255º | 0.21% | 0.81% | - |
| XYZ | 41.29 | 39.18 | 63.78 | - |
| YUV | 170.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 206 | 0.16 | 0.21 | 0 | 0.19 | 255 | 0.31 | 0.72 |
| Hex | AD | A2 | CE | 10 | 15 | 0 | 13 | FF | 1F | 48 |
| Octal | 255 | 242 | 316 | 20 | 25 | 0 | 23 | 377 | 37 | 110 |
| Binary | 10101101 | 10100010 | 11001110 | 10000 | 10101 | 0 | 10011 | 11111111 | 11111 | 1001000 |
Color Harmonies of #ADA2CE
Complementary color
Monochromatic Colors of #ADA2CE
Black with #ADA2CE
Text Example
Text Example
White with #ADA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2CE; }
p { color: rgb(173,162,206); }
H1.HeaderClassName
{
color: #ADA2CE;
}
.AnyTagClassName
{
color: #ADA2CE;
}
</style>
background-color css
<style>
a { background-color: #ADA2CE; }
a { background-color: rgb(173,162,206); }
div.DivClassName
{
background-color: #ADA2CE;
}
.BgClassName
{
background-color: #ADA2CE;
}
</style>
border-color css
<style>
span { border-color: #ADA2CE; }
span { border-color: rgb(173,162,206); }
td.TdClassName
{
border-color: #ADA2CE;
}
.TagClassName
{
border-color: #ADA2CE;
}
</style>