Html Css Color HEX #998290 Mountbatten Pink

📋 copy color: '#998290'

red 153 ◦ green 130 ◦ blue 144

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

Shades of Mountbatten Pink #998290

Tints of Mountbatten Pink #998290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 35.83%
G = 30.44%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998290 (or 0x998290) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 90. RGB value is (153,130,144). Sum of RGB (Red+Green+Blue) = 153+130+144=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #998290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998290 is #667D6F. Grayscale: #8A8A8A. Windows color (decimal): -6716784 or 9470617. OLE color: 9470617.

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

Color convert

RGB 153 130 144 -
CMYK 0 0.15 0.06 0.4
HSL 323.48º 0.1% 0.55% -
HSV(B) 323.48º 0.15% 0.6% -
XYZ 26.15 24.75 29.78 -
YUV 138.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 153 130 144 0 0.15 0.06 0.4 323.48 0.1 0.55
Hex 99 82 90 0 F 6 28 143 A 37
Octal 231 202 220 0 17 6 50 503 12 67
Binary 10011001 10000010 10010000 0 1111 110 101000 101000011 1010 110111

Color Harmonies of #998290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998290

Black with #998290

Text Example


Text Example

White with #998290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998290; }

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

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

background-color css

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

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

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

border-color css

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

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

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