#ADA2BE

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

Shades of Biloba Flower #ADA2BE

Tints of Biloba Flower #ADA2BE

Color information

#ADA2BE (or 0xADA2BE) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and BE. RGB value is (173,162,190). Sum of RGB (Red+Green+Blue) = 173+162+190=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2BE is #525D41. Grayscale: #A8A8A8. Windows color (decimal): -5397826 or 12493485. OLE color: 12493485.

HSL color Cylindrical-coordinate representation of color #ADA2BE: hue angle of 263.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA2BE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173162190-
CMYK0.090.1500.25
HSL263.57º17.72%69.02%-
HSV(B)263.57º14.74%74.51%-
XYZ39.4538.4454.06-
YUV168.48140.14131.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=32.95%
G=30.86%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731621900.090.1500.25263.5717.7269.02
HexADA2BE9F0191081245
Octal255242276111703141022105
Binary10101101101000101011111010011111011001100001000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2BE; }

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

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

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

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

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

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

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

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