#ADA3BC

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

Shades of Biloba Flower #ADA3BC

Tints of Biloba Flower #ADA3BC

Color information

#ADA3BC (or 0xADA3BC) is unknown color: approx Biloba Flower. HEX triplet: AD, A3 and BC. RGB value is (173,163,188). Sum of RGB (Red+Green+Blue) = 173+163+188=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3BC is #525C43. Grayscale: #A8A8A8. Windows color (decimal): -5397572 or 12362669. OLE color: 12362669.

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

Color convert

RGB173163188-
CMYK0.080.1300.26
HSL264º15.72%68.82%-
HSV(B)264º13.3%73.73%-
XYZ39.4138.7152.97-
YUV168.84138.81130.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=33.02%
G=31.11%
B=35.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731631880.080.1300.2626415.7268.82
HexADA3BC8D01A1081045
Octal255243274101503241020105
Binary10101101101000111011110010001101011010100001000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3BC; }

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

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

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

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

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

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

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

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