#ABA9BC

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

Shades of Spun Pearl #ABA9BC

Tints of Spun Pearl #ABA9BC

Color information

#ABA9BC (or 0xABA9BC) is unknown color: approx Spun Pearl. HEX triplet: AB, A9 and BC. RGB value is (171,169,188). Sum of RGB (Red+Green+Blue) = 171+169+188=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BC is #545643. Grayscale: #ABABAB. Windows color (decimal): -5527108 or 12364203. OLE color: 12364203.

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

Color convert

RGB171169188-
CMYK0.090.1000.26
HSL246.32º12.42%70%-
HSV(B)246.32º10.11%73.73%-
XYZ40.0640.6653.31-
YUV171.76137.16127.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=32.39%
G=32.01%
B=35.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711691880.090.1000.26246.3212.4270
HexABA9BC9A01Af6c46
Octal253251274111203236614106
Binary101010111010100110111100100110100110101111011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9BC; }

 p { color: rgb(171,169,188); }

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

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

 a { background-color: rgb(171,169,188); }

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

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

 span { border-color: rgb(171,169,188); }

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