Html Css Color HEX #ADA5BD Biloba Flower

📋 copy color: '#ADA5BD'

red 173 ◦ green 165 ◦ blue 189

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

Shades of Biloba Flower #ADA5BD

Tints of Biloba Flower #ADA5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 32.83%
G = 31.31%
B = 35.86%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADA5BD (or 0xADA5BD) is known color: Biloba Flower. HEX triplet: AD, A5 and BD. RGB value is (173,165,189). Sum of RGB (Red+Green+Blue) = 173+165+189=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5BD is #525A42. Grayscale: #AAAAAA. Windows color (decimal): -5397059 or 12428717. OLE color: 12428717.

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

Color convert

RGB 173 165 189 -
CMYK 0.08 0.13 0 0.26
HSL 260º 0.15% 0.69% -
HSV(B) 260º 0.13% 0.74% -
XYZ 39.87 39.47 53.66 -
YUV 170.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 173 165 189 0.08 0.13 0 0.26 260 0.15 0.69
Hex AD A5 BD 8 D 0 1A 104 F 45
Octal 255 245 275 10 15 0 32 404 17 105
Binary 10101101 10100101 10111101 1000 1101 0 11010 100000100 1111 1000101

Color Harmonies of #ADA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5BD

Black with #ADA5BD

Text Example


Text Example

White with #ADA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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