Html Css Color HEX #ADA5BC Biloba Flower

📋 copy color: '#ADA5BC'

red 173 ◦ green 165 ◦ blue 188

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

Shades of Biloba Flower #ADA5BC

Tints of Biloba Flower #ADA5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 32.89%
G = 31.37%
B = 35.74%

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

#ADA5BC (or 0xADA5BC) is known color: Biloba Flower. HEX triplet: AD, A5 and BC. RGB value is (173,165,188). Sum of RGB (Red+Green+Blue) = 173+165+188=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5BC is #525A43. Grayscale: #A9A9A9. Windows color (decimal): -5397060 or 12363181. OLE color: 12363181.

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

Color convert

RGB 173 165 188 -
CMYK 0.08 0.12 0 0.26
HSL 260.87º 0.15% 0.69% -
HSV(B) 260.87º 0.12% 0.74% -
XYZ 39.77 39.43 53.09 -
YUV 170.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 173 165 188 0.08 0.12 0 0.26 260.87 0.15 0.69
Hex AD A5 BC 8 C 0 1A 105 F 45
Octal 255 245 274 10 14 0 32 405 17 105
Binary 10101101 10100101 10111100 1000 1100 0 11010 100000101 1111 1000101

Color Harmonies of #ADA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5BC

Black with #ADA5BC

Text Example


Text Example

White with #ADA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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