#ADA7BD

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

Shades of Spun Pearl #ADA7BD

Tints of Spun Pearl #ADA7BD

Color information

#ADA7BD (or 0xADA7BD) is unknown color: approx Spun Pearl. HEX triplet: AD, A7 and BD. RGB value is (173,167,189). Sum of RGB (Red+Green+Blue) = 173+167+189=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7BD is #525842. Grayscale: #ABABAB. Windows color (decimal): -5396547 or 12429229. OLE color: 12429229.

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

Color convert

RGB173167189-
CMYK0.080.1200.26
HSL256.36º14.29%69.8%-
HSV(B)256.36º11.64%74.12%-
XYZ40.2440.253.78-
YUV171.3137.99129.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=32.70%
G=31.57%
B=35.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731671890.080.1200.26256.3614.2969.8
HexADA7BD8C01A100e46
Octal255247275101403240016106
Binary1010110110100111101111011000110001101010000000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7BD; }

 p { color: rgb(173,167,189); }

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

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

 a { background-color: rgb(173,167,189); }

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

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

 span { border-color: rgb(173,167,189); }

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