#ADA1BD

Color #ADA1BD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #ADA1BD

Tints of Biloba Flower #ADA1BD

Color information

#ADA1BD (or 0xADA1BD) is unknown color: approx 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

RGB173161189-
CMYK0.080.1500.26
HSL265.71º17.5%68.63%-
HSV(B)265.71º14.81%74.12%-
XYZ39.1638.0553.42-
YUV167.78139.98131.72-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731611890.080.1500.26265.7117.568.63
HexADA1BD8F01A10a1145
Octal255241275101703241221105
Binary10101101101000011011110110001111011010100001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>