Html Css Color HEX #ADA1BD Biloba Flower

📋 copy color: '#ADA1BD'

red 173 ◦ green 161 ◦ blue 189

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

Shades of Biloba Flower #ADA1BD

Tints of Biloba Flower #ADA1BD

RGB

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

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

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

R = 33.08%
G = 30.78%
B = 36.14%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADA1BD (or 0xADA1BD) is known color: Biloba Flower. HEX triplet: AD, A1 and BD. RGB value is (173,161,189). Sum of RGB (Red+Green+Blue) = 173+161+189=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BD is #525E42. Grayscale: #A7A7A7. Windows color (decimal): -5398083 or 12427693. OLE color: 12427693.

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

Color convert

RGB 173 161 189 -
CMYK 0.08 0.15 0 0.26
HSL 265.71º 0.18% 0.69% -
HSV(B) 265.71º 0.15% 0.74% -
XYZ 39.16 38.05 53.42 -
YUV 167.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 173 161 189 0.08 0.15 0 0.26 265.71 0.18 0.69
Hex AD A1 BD 8 F 0 1A 10A 12 45
Octal 255 241 275 10 17 0 32 412 22 105
Binary 10101101 10100001 10111101 1000 1111 0 11010 100001010 10010 1000101

Color Harmonies of #ADA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1BD

Black with #ADA1BD

Text Example


Text Example

White with #ADA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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