Html Css Color HEX #9E9BB0 Spun Pearl

📋 copy color: '#9E9BB0'

red 158 ◦ green 155 ◦ blue 176

#9E9BB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spun Pearl #9E9BB0

Tints of Spun Pearl #9E9BB0

RGB

 RED value IS 158 (62.11% from 255) = 32.31%

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 32.31%
G = 31.7%
B = 35.99%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E9BB0 (or 0x9E9BB0) is known color: Spun Pearl. HEX triplet: 9E, 9B and B0. RGB value is (158,155,176). Sum of RGB (Red+Green+Blue) = 158+155+176=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #9E9BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9BB0 is #61644F. Grayscale: #9E9E9E. Windows color (decimal): -6382672 or 11574174. OLE color: 11574174.

HSL color Cylindrical-coordinate representation of color #9E9BB0: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E9BB0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 155 176 -
CMYK 0.10 0.12 0 0.31
HSL 248.57º 0.12% 0.65% -
HSV(B) 248.57º 0.12% 0.69% -
XYZ 33.66 33.85 45.83 -
YUV 158.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 158 155 176 0.10 0.12 0 0.31 248.57 0.12 0.65
Hex 9E 9B B0 A C 0 1F F9 C 41
Octal 236 233 260 12 14 0 37 371 14 101
Binary 10011110 10011011 10110000 1010 1100 0 11111 11111001 1100 1000001

Color Harmonies of #9E9BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9BB0

Black with #9E9BB0

Text Example


Text Example

White with #9E9BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E9BB0;
 }
 .AnyTagClassName
 {
   color: #9E9BB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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