#ADA4BB

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

Shades of Biloba Flower #ADA4BB

Tints of Biloba Flower #ADA4BB

Color information

#ADA4BB (or 0xADA4BB) is unknown color: approx Biloba Flower. HEX triplet: AD, A4 and BB. RGB value is (173,164,187). Sum of RGB (Red+Green+Blue) = 173+164+187=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4BB is #525B44. Grayscale: #A9A9A9. Windows color (decimal): -5397317 or 12297389. OLE color: 12297389.

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

Color convert

RGB173164187-
CMYK0.070.1200.27
HSL263.48º14.47%68.82%-
HSV(B)263.48º12.3%73.33%-
XYZ39.4839.0252.47-
YUV169.31137.98130.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=33.02%
G=31.30%
B=35.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731641870.070.1200.27263.4814.4768.82
HexADA4BB7C01B107e45
Octal25524427371403340716105
Binary101011011010010010111011111110001101110000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4BB; }

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

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

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

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

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

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

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

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