Html Css Color HEX #ADA6BD Biloba Flower

📋 copy color: '#ADA6BD'

red 173 ◦ green 166 ◦ blue 189

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

Shades of Biloba Flower #ADA6BD

Tints of Biloba Flower #ADA6BD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.44%

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

R = 32.77%
G = 31.44%
B = 35.8%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADA6BD (or 0xADA6BD) is known color: Biloba Flower. HEX triplet: AD, A6 and BD. RGB value is (173,166,189). Sum of RGB (Red+Green+Blue) = 173+166+189=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6BD is #525942. Grayscale: #AAAAAA. Windows color (decimal): -5396803 or 12428973. OLE color: 12428973.

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

Color convert

RGB 173 166 189 -
CMYK 0.08 0.12 0 0.26
HSL 258.26º 0.15% 0.7% -
HSV(B) 258.26º 0.12% 0.74% -
XYZ 40.06 39.83 53.72 -
YUV 170.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 173 166 189 0.08 0.12 0 0.26 258.26 0.15 0.7
Hex AD A6 BD 8 C 0 1A 102 F 46
Octal 255 246 275 10 14 0 32 402 17 106
Binary 10101101 10100110 10111101 1000 1100 0 11010 100000010 1111 1000110

Color Harmonies of #ADA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6BD

Black with #ADA6BD

Text Example


Text Example

White with #ADA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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