Html Css Color HEX #998690 Mountbatten Pink

📋 copy color: '#998690'

red 153 ◦ green 134 ◦ blue 144

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

Shades of Mountbatten Pink #998690

Tints of Mountbatten Pink #998690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 35.5%
G = 31.09%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998690 (or 0x998690) is known color: Mountbatten Pink. HEX triplet: 99, 86 and 90. RGB value is (153,134,144). Sum of RGB (Red+Green+Blue) = 153+134+144=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998690 is #66796F. Grayscale: #8C8C8C. Windows color (decimal): -6715760 or 9471641. OLE color: 9471641.

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

Color convert

RGB 153 134 144 -
CMYK 0 0.12 0.06 0.4
HSL 328.42º 0.09% 0.56% -
HSV(B) 328.42º 0.12% 0.6% -
XYZ 26.7 25.84 29.97 -
YUV 140.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 153 134 144 0 0.12 0.06 0.4 328.42 0.09 0.56
Hex 99 86 90 0 C 6 28 148 9 38
Octal 231 206 220 0 14 6 50 510 11 70
Binary 10011001 10000110 10010000 0 1100 110 101000 101001000 1001 111000

Color Harmonies of #998690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998690

Black with #998690

Text Example


Text Example

White with #998690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998690; }

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

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

background-color css

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

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

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

border-color css

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

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

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