Html Css Color HEX #988891 Mountbatten Pink

📋 copy color: '#988891'

red 152 ◦ green 136 ◦ blue 145

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

Shades of Mountbatten Pink #988891

Tints of Mountbatten Pink #988891

RGB

 RED value IS 152 (59.77% from 255) = 35.1%

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 35.1%
G = 31.41%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#988891 (or 0x988891) is known color: Mountbatten Pink. HEX triplet: 98, 88 and 91. RGB value is (152,136,145). Sum of RGB (Red+Green+Blue) = 152+136+145=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988891 is #67776E. Grayscale: #8D8D8D. Windows color (decimal): -6780783 or 9537688. OLE color: 9537688.

HSL color Cylindrical-coordinate representation of color #988891: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988891 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 145 -
CMYK 0 0.11 0.05 0.40
HSL 326.25º 0.07% 0.56% -
HSV(B) 326.25º 0.11% 0.6% -
XYZ 26.86 26.33 30.45 -
YUV 141.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 152 136 145 0 0.11 0.05 0.40 326.25 0.07 0.56
Hex 98 88 91 0 B 5 28 146 7 38
Octal 230 210 221 0 13 5 50 506 7 70
Binary 10011000 10001000 10010001 0 1011 101 101000 101000110 111 111000

Color Harmonies of #988891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988891

Black with #988891

Text Example


Text Example

White with #988891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988891; }

 p { color: rgb(152,136,145); }

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

background-color css

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

 a { background-color: rgb(152,136,145); }

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

border-color css

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

 span { border-color: rgb(152,136,145); }

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