#9B8892

Color #9B8892 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9B8892

Tints of Mountbatten Pink #9B8892

Color information

#9B8892 (or 0x9B8892) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 88 and 92. RGB value is (155,136,146). Sum of RGB (Red+Green+Blue) = 155+136+146=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8892 is #64776D. Grayscale: #8E8E8E. Windows color (decimal): -6584174 or 9603227. OLE color: 9603227.

HSL color Cylindrical-coordinate representation of color #9B8892: hue angle of 328.42º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8892 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155136146-
CMYK00.120.060.39
HSL328.42º8.68%57.06%-
HSV(B)328.42º12.26%60.78%-
XYZ27.5126.6530.89-
YUV142.82129.79136.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=35.47%
G=31.12%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513614600.120.060.39328.428.6857.06
Hex9B88920C627148939
Octal2332102220146475101171
Binary100110111000100010010010011001101001111010010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,146); }

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

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

 a { background-color: rgb(155,136,146); }

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

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

 span { border-color: rgb(155,136,146); }

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