#ADA6BB

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

Shades of Biloba Flower #ADA6BB

Tints of Biloba Flower #ADA6BB

Color information

#ADA6BB (or 0xADA6BB) is unknown color: approx Biloba Flower. HEX triplet: AD, A6 and BB. RGB value is (173,166,187). Sum of RGB (Red+Green+Blue) = 173+166+187=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6BB is #525944. Grayscale: #AAAAAA. Windows color (decimal): -5396805 or 12297901. OLE color: 12297901.

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

Color convert

RGB173166187-
CMYK0.070.1100.27
HSL260º13.38%69.22%-
HSV(B)260º11.23%73.33%-
XYZ39.8439.7452.59-
YUV170.49137.32129.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=32.89%
G=31.56%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731661870.070.1100.2726013.3869.22
HexADA6BB7B01B104d45
Octal25524627371303340415105
Binary101011011010011010111011111101101101110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6BB; }

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

 H1.HeaderClassName
 {
   color: #ADA6BB;
 }
 .AnyTagClassName
 {
   color: #ADA6BB;
 }
</style>
background-color css

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

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

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

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

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

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