#ADA2BC

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

Shades of Biloba Flower #ADA2BC

Tints of Biloba Flower #ADA2BC

Color information

#ADA2BC (or 0xADA2BC) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and BC. RGB value is (173,162,188). Sum of RGB (Red+Green+Blue) = 173+162+188=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BC is #525D43. Grayscale: #A8A8A8. Windows color (decimal): -5397828 or 12362413. OLE color: 12362413.

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

Color convert

RGB173162188-
CMYK0.080.1400.26
HSL265.38º16.25%68.63%-
HSV(B)265.38º13.83%73.73%-
XYZ39.2338.3652.91-
YUV168.25139.14131.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=33.08%
G=30.98%
B=35.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731621880.080.1400.26265.3816.2568.63
HexADA2BC8E01A1091045
Octal255242274101603241120105
Binary10101101101000101011110010001110011010100001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2BC; }

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

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

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

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

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

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

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

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