#ADA8BA

Color #ADA8BA Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #ADA8BA

Tints of Spun Pearl #ADA8BA

Color information

#ADA8BA (or 0xADA8BA) is unknown color: approx Spun Pearl. HEX triplet: AD, A8 and BA. RGB value is (173,168,186). Sum of RGB (Red+Green+Blue) = 173+168+186=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BA is #525745. Grayscale: #ABABAB. Windows color (decimal): -5396294 or 12232877. OLE color: 12232877.

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

Color convert

RGB173168186-
CMYK0.070.1000.27
HSL256.67º11.54%69.41%-
HSV(B)256.67º9.68%72.94%-
XYZ40.140.4352.15-
YUV171.55136.16129.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=32.83%
G=31.88%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731681860.070.1000.27256.6711.5469.41
HexADA8BA7A01B101c45
Octal25525027271203340114105
Binary101011011010100010111010111101001101110000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8BA; }

 p { color: rgb(173,168,186); }

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

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

 a { background-color: rgb(173,168,186); }

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

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

 span { border-color: rgb(173,168,186); }

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