Html Css Color HEX #9B8893 Mountbatten Pink

📋 copy color: '#9B8893'

red 155 ◦ green 136 ◦ blue 147

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

Shades of Mountbatten Pink #9B8893

Tints of Mountbatten Pink #9B8893

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 value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8893 (or 0x9B8893) is known color: 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

RGB 155 136 147 -
CMYK 0 0.12 0.05 0.39
HSL 325.26º 0.09% 0.57% -
HSV(B) 325.26º 0.12% 0.61% -
XYZ 27.59 26.68 31.3 -
YUV 142.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 155 136 147 0 0.12 0.05 0.39 325.26 0.09 0.57
Hex 9B 88 93 0 C 5 27 145 9 39
Octal 233 210 223 0 14 5 47 505 11 71
Binary 10011011 10001000 10010011 0 1100 101 100111 101000101 1001 111001

Color Harmonies of #9B8893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8893

Black with #9B8893

Text Example


Text Example

White with #9B8893

Text Example


Text Example

HTML Codes & Css Web 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>