Html Css Color HEX #987688 Mountbatten Pink

📋 copy color: '#987688'

red 152 ◦ green 118 ◦ blue 136

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

Shades of Mountbatten Pink #987688

Tints of Mountbatten Pink #987688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 37.44%
G = 29.06%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#987688 (or 0x987688) is known color: Mountbatten Pink. HEX triplet: 98, 76 and 88. RGB value is (152,118,136). Sum of RGB (Red+Green+Blue) = 152+118+136=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987688 is #678977. Grayscale: #828282. Windows color (decimal): -6785400 or 8943256. OLE color: 8943256.

HSL color Cylindrical-coordinate representation of color #987688: hue angle of 328.24º 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 #987688 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 136 -
CMYK 0 0.22 0.11 0.40
HSL 328.24º 0.14% 0.53% -
HSV(B) 328.24º 0.22% 0.6% -
XYZ 23.87 21.41 26.17 -
YUV 130.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 152 118 136 0 0.22 0.11 0.40 328.24 0.14 0.53
Hex 98 76 88 0 16 B 28 148 E 35
Octal 230 166 210 0 26 13 50 510 16 65
Binary 10011000 1110110 10001000 0 10110 1011 101000 101001000 1110 110101

Color Harmonies of #987688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987688

Black with #987688

Text Example


Text Example

White with #987688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987688; }

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

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

background-color css

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

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

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

border-color css

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

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

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