#968190

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

Shades of Mountbatten Pink #968190

Tints of Mountbatten Pink #968190

Color information

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

RGB150129144-
CMYK00.140.040.41
HSL317.14º9.09%54.71%-
HSV(B)317.14º14%58.82%-
XYZ25.4624.229.71-
YUV136.99131.96137.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=35.46%
G=30.50%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012914400.140.040.41317.149.0954.71
Hex9681900E42913d937
Octal2262012200164514751167
Binary100101101000000110010000011101001010011001111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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