Html Css Color HEX #ADA2BD Biloba Flower

📋 copy color: '#ADA2BD'

red 173 ◦ green 162 ◦ blue 189

#ADA2BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #ADA2BD

Tints of Biloba Flower #ADA2BD

RGB

 RED value IS 173 (67.97% from 255) = 33.02%

 GREEN value IS 162 (63.67% from 255) = 30.92%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 33.02%
G = 30.92%
B = 36.07%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADA2BD (or 0xADA2BD) is known color: Biloba Flower. HEX triplet: AD, A2 and BD. RGB value is (173,162,189). Sum of RGB (Red+Green+Blue) = 173+162+189=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BD is #525D42. Grayscale: #A8A8A8. Windows color (decimal): -5397827 or 12427949. OLE color: 12427949.

HSL color Cylindrical-coordinate representation of color #ADA2BD: hue angle of 264.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA2BD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 162 189 -
CMYK 0.08 0.14 0 0.26
HSL 264.44º 0.17% 0.69% -
HSV(B) 264.44º 0.14% 0.74% -
XYZ 39.34 38.4 53.48 -
YUV 168.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 173 162 189 0.08 0.14 0 0.26 264.44 0.17 0.69
Hex AD A2 BD 8 E 0 1A 108 11 45
Octal 255 242 275 10 16 0 32 410 21 105
Binary 10101101 10100010 10111101 1000 1110 0 11010 100001000 10001 1000101

Color Harmonies of #ADA2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2BD

Black with #ADA2BD

Text Example


Text Example

White with #ADA2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2BD; }

 p { color: rgb(173,162,189); }

 H1.HeaderClassName
 {
   color: #ADA2BD;
 }
 .AnyTagClassName
 {
   color: #ADA2BD;
 }
</style>

background-color css

<style>
 a { background-color: #ADA2BD; }

 a { background-color: rgb(173,162,189); }

 div.DivClassName
 {
   background-color: #ADA2BD;
 }
 .BgClassName
 {
   background-color: #ADA2BD;
 }
</style>

border-color css

<style>
 span { border-color: #ADA2BD; }

 span { border-color: rgb(173,162,189); }

 td.TdClassName
 {
   border-color: #ADA2BD;
 }
 .TagClassName
 {
   border-color: #ADA2BD;
 }
</style>