#ADA8BD

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

Shades of Spun Pearl #ADA8BD

Tints of Spun Pearl #ADA8BD

Color information

#ADA8BD (or 0xADA8BD) is unknown color: approx Spun Pearl. HEX triplet: AD, A8 and BD. RGB value is (173,168,189). Sum of RGB (Red+Green+Blue) = 173+168+189=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BD is #525742. Grayscale: #ABABAB. Windows color (decimal): -5396291 or 12429485. OLE color: 12429485.

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

Color convert

RGB173168189-
CMYK0.080.1100.26
HSL254.29º13.73%70%-
HSV(B)254.29º11.11%74.12%-
XYZ40.4240.5653.84-
YUV171.89137.66128.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=32.64%
G=31.70%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731681890.080.1100.26254.2913.7370
HexADA8BD8B01Afee46
Octal255250275101303237616106
Binary101011011010100010111101100010110110101111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8BD; }

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

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

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

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

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

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

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

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