#9E9BAB

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

Shades of Spun Pearl #9E9BAB

Tints of Spun Pearl #9E9BAB

Color information

#9E9BAB (or 0x9E9BAB) is unknown color: approx Spun Pearl. HEX triplet: 9E, 9B and AB. RGB value is (158,155,171). Sum of RGB (Red+Green+Blue) = 158+155+171=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9BAB is #616454. Grayscale: #9D9D9D. Windows color (decimal): -6382677 or 11246494. OLE color: 11246494.

HSL color Cylindrical-coordinate representation of color #9E9BAB: hue angle of 251.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9E9BAB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158155171-
CMYK0.080.0900.33
HSL251.25º8.7%63.92%-
HSV(B)251.25º9.36%67.06%-
XYZ33.1733.6543.28-
YUV157.72135.49128.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=32.64%
G=32.02%
B=35.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581551710.080.0900.33251.258.763.92
Hex9E9BAB89021fb940
Octal236233253101104137311100
Binary1001111010011011101010111000100101000011111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9BAB; }

 p { color: rgb(158,155,171); }

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

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

 a { background-color: rgb(158,155,171); }

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

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

 span { border-color: rgb(158,155,171); }

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