#9B8893

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

Shades of Mountbatten Pink #9B8893

Tints of Mountbatten Pink #9B8893

Color information

#9B8893 (or 0x9B8893) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 88 and 93. RGB value is (155,136,147). Sum of RGB (Red+Green+Blue) = 155+136+147=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8893 is #64776C. Grayscale: #8E8E8E. Windows color (decimal): -6584173 or 9668763. OLE color: 9668763.

HSL color Cylindrical-coordinate representation of color #9B8893: hue angle of 325.26º 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 #9B8893 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB155136147-
CMYK00.120.050.39
HSL325.26º8.68%57.06%-
HSV(B)325.26º12.26%60.78%-
XYZ27.5926.6831.3-
YUV142.94130.29136.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=35.39%
G=31.05%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513614700.120.050.39325.268.6857.06
Hex9B88930C527145939
Octal2332102230145475051171
Binary100110111000100010010011011001011001111010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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