Html Css Color HEX #ADA2BB Biloba Flower

📋 copy color: '#ADA2BB'

red 173 ◦ green 162 ◦ blue 187

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

Shades of Biloba Flower #ADA2BB

Tints of Biloba Flower #ADA2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 33.14%
G = 31.03%
B = 35.82%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADA2BB (or 0xADA2BB) is known color: Biloba Flower. HEX triplet: AD, A2 and BB. RGB value is (173,162,187). Sum of RGB (Red+Green+Blue) = 173+162+187=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BB is #525D44. Grayscale: #A8A8A8. Windows color (decimal): -5397829 or 12296877. OLE color: 12296877.

HSL color Cylindrical-coordinate representation of color #ADA2BB: hue angle of 266.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA2BB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 162 187 -
CMYK 0.07 0.13 0 0.27
HSL 266.4º 0.16% 0.68% -
HSV(B) 266.4º 0.13% 0.73% -
XYZ 39.12 38.31 52.35 -
YUV 168.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 173 162 187 0.07 0.13 0 0.27 266.4 0.16 0.68
Hex AD A2 BB 7 D 0 1B 10A 10 44
Octal 255 242 273 7 15 0 33 412 20 104
Binary 10101101 10100010 10111011 111 1101 0 11011 100001010 10000 1000100

Color Harmonies of #ADA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2BB

Black with #ADA2BB

Text Example


Text Example

White with #ADA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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