Html Css Color HEX #968190 Mountbatten Pink

📋 copy color: '#968190'

red 150 ◦ green 129 ◦ blue 144

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

Shades of Mountbatten Pink #968190

Tints of Mountbatten Pink #968190

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 35.46%
G = 30.5%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#968190 (or 0x968190) is known color: Mountbatten Pink. HEX triplet: 96, 81 and 90. RGB value is (150,129,144). Sum of RGB (Red+Green+Blue) = 150+129+144=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968190 is #697E6F. Grayscale: #888888. Windows color (decimal): -6913648 or 9470358. OLE color: 9470358.

HSL color Cylindrical-coordinate representation of color #968190: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968190 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 144 -
CMYK 0 0.14 0.04 0.41
HSL 317.14º 0.09% 0.55% -
HSV(B) 317.14º 0.14% 0.59% -
XYZ 25.46 24.2 29.71 -
YUV 136.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 150 129 144 0 0.14 0.04 0.41 317.14 0.09 0.55
Hex 96 81 90 0 E 4 29 13D 9 37
Octal 226 201 220 0 16 4 51 475 11 67
Binary 10010110 10000001 10010000 0 1110 100 101001 100111101 1001 110111

Color Harmonies of #968190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968190

Black with #968190

Text Example


Text Example

White with #968190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968190; }

 p { color: rgb(150,129,144); }

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

background-color css

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

 a { background-color: rgb(150,129,144); }

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

border-color css

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

 span { border-color: rgb(150,129,144); }

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