Html Css Color HEX #ADA2BE Biloba Flower

📋 copy color: '#ADA2BE'

red 173 ◦ green 162 ◦ blue 190

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

Shades of Biloba Flower #ADA2BE

Tints of Biloba Flower #ADA2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 32.95%
G = 30.86%
B = 36.19%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADA2BE (or 0xADA2BE) is known color: Biloba Flower. HEX triplet: AD, A2 and BE. RGB value is (173,162,190). Sum of RGB (Red+Green+Blue) = 173+162+190=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BE is #525D41. Grayscale: #A8A8A8. Windows color (decimal): -5397826 or 12493485. OLE color: 12493485.

HSL color Cylindrical-coordinate representation of color #ADA2BE: hue angle of 263.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA2BE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 162 190 -
CMYK 0.09 0.15 0 0.25
HSL 263.57º 0.18% 0.69% -
HSV(B) 263.57º 0.15% 0.75% -
XYZ 39.45 38.44 54.06 -
YUV 168.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 173 162 190 0.09 0.15 0 0.25 263.57 0.18 0.69
Hex AD A2 BE 9 F 0 19 108 12 45
Octal 255 242 276 11 17 0 31 410 22 105
Binary 10101101 10100010 10111110 1001 1111 0 11001 100001000 10010 1000101

Color Harmonies of #ADA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2BE

Black with #ADA2BE

Text Example


Text Example

White with #ADA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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