Html Css Color HEX #998190 Mountbatten Pink

📋 copy color: '#998190'

red 153 ◦ green 129 ◦ blue 144

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

Shades of Mountbatten Pink #998190

Tints of Mountbatten Pink #998190

RGB

 RED value IS 153 (60.16% from 255) = 35.92%

 GREEN value IS 129 (50.78% from 255) = 30.28%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 35.92%
G = 30.28%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998190 (or 0x998190) is known color: Mountbatten Pink. HEX triplet: 99, 81 and 90. RGB value is (153,129,144). Sum of RGB (Red+Green+Blue) = 153+129+144=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998190 is #667E6F. Grayscale: #898989. Windows color (decimal): -6717040 or 9470361. OLE color: 9470361.

HSL color Cylindrical-coordinate representation of color #998190: hue angle of 322.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998190 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 144 -
CMYK 0 0.16 0.06 0.4
HSL 322.5º 0.11% 0.55% -
HSV(B) 322.5º 0.16% 0.6% -
XYZ 26.02 24.49 29.74 -
YUV 137.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 153 129 144 0 0.16 0.06 0.4 322.5 0.11 0.55
Hex 99 81 90 0 10 6 28 142 B 37
Octal 231 201 220 0 20 6 50 502 13 67
Binary 10011001 10000001 10010000 0 10000 110 101000 101000010 1011 110111

Color Harmonies of #998190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998190

Black with #998190

Text Example


Text Example

White with #998190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998190; }

 p { color: rgb(153,129,144); }

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

background-color css

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

 a { background-color: rgb(153,129,144); }

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

border-color css

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

 span { border-color: rgb(153,129,144); }

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