#987686

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

Shades of Mountbatten Pink #987686

Tints of Mountbatten Pink #987686

Color information

#987686 (or 0x987686) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 76 and 86. RGB value is (152,118,134). Sum of RGB (Red+Green+Blue) = 152+118+134=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987686 is #678979. Grayscale: #818181. Windows color (decimal): -6785402 or 8812184. OLE color: 8812184.

HSL color Cylindrical-coordinate representation of color #987686: hue angle of 331.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987686 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB152118134-
CMYK00.220.120.40
HSL331.76º14.17%52.94%-
HSV(B)331.76º22.37%59.61%-
XYZ23.7321.3525.43-
YUV129.99130.26143.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=37.62%
G=29.21%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211813400.220.120.40331.7614.1752.94
Hex987686016C2814ce35
Octal23016620602614505141665
Binary1001100011101101000011001011011001010001010011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987686; }

 p { color: rgb(152,118,134); }

 H1.HeaderClassName
 {
   color: #987686;
 }
 .AnyTagClassName
 {
   color: #987686;
 }
</style>
background-color css

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

 a { background-color: rgb(152,118,134); }

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

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

 span { border-color: rgb(152,118,134); }

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