#ABA6BD

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

Shades of Spun Pearl #ABA6BD

Tints of Spun Pearl #ABA6BD

Color information

#ABA6BD (or 0xABA6BD) is unknown color: approx Spun Pearl. HEX triplet: AB, A6 and BD. RGB value is (171,166,189). Sum of RGB (Red+Green+Blue) = 171+166+189=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6BD is #545942. Grayscale: #AAAAAA. Windows color (decimal): -5527875 or 12428971. OLE color: 12428971.

HSL color Cylindrical-coordinate representation of color #ABA6BD: hue angle of 253.04º degrees, saturation: 0.15, 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 #ABA6BD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171166189-
CMYK0.100.1200.26
HSL253.04º14.84%69.61%-
HSV(B)253.04º12.17%74.12%-
XYZ39.6239.653.7-
YUV170.12138.66128.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=32.51%
G=31.56%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711661890.100.1200.26253.0414.8469.61
HexABA6BDAC01Afdf46
Octal253246275121403237517106
Binary101010111010011010111101101011000110101111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6BD; }

 p { color: rgb(171,166,189); }

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

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

 a { background-color: rgb(171,166,189); }

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

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

 span { border-color: rgb(171,166,189); }

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