Html Css Color HEX #ADA1BE Biloba Flower

📋 copy color: '#ADA1BE'

red 173 ◦ green 161 ◦ blue 190

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

Shades of Biloba Flower #ADA1BE

Tints of Biloba Flower #ADA1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.73%

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

R = 33.02%
G = 30.73%
B = 36.26%

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

#ADA1BE (or 0xADA1BE) is known color: Biloba Flower. HEX triplet: AD, A1 and BE. RGB value is (173,161,190). Sum of RGB (Red+Green+Blue) = 173+161+190=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BE is #525E41. Grayscale: #A7A7A7. Windows color (decimal): -5398082 or 12493229. OLE color: 12493229.

HSL color Cylindrical-coordinate representation of color #ADA1BE: hue angle of 264.83º 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 #ADA1BE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 161 190 -
CMYK 0.09 0.15 0 0.25
HSL 264.83º 0.18% 0.69% -
HSV(B) 264.83º 0.15% 0.75% -
XYZ 39.27 38.09 54 -
YUV 167.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 173 161 190 0.09 0.15 0 0.25 264.83 0.18 0.69
Hex AD A1 BE 9 F 0 19 109 12 45
Octal 255 241 276 11 17 0 31 411 22 105
Binary 10101101 10100001 10111110 1001 1111 0 11001 100001001 10010 1000101

Color Harmonies of #ADA1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1BE

Black with #ADA1BE

Text Example


Text Example

White with #ADA1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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