#998290

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

Shades of Mountbatten Pink #998290

Tints of Mountbatten Pink #998290

Color information

#998290 (or 0x998290) is unknown color: approx 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

RGB153130144-
CMYK00.150.060.4
HSL323.48º10.13%55.49%-
HSV(B)323.48º15.03%60%-
XYZ26.1524.7529.78-
YUV138.47131.12138.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313014400.150.060.4323.4810.1355.49
Hex9982900F628143a37
Octal2312022200176505031267
Binary100110011000001010010000011111101010001010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>