Html Css Color HEX #96868E Mountbatten Pink

📋 copy color: '#96868E'

red 150 ◦ green 134 ◦ blue 142

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

Shades of Mountbatten Pink #96868E

Tints of Mountbatten Pink #96868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 35.21%
G = 31.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96868E (or 0x96868E) is known color: Mountbatten Pink. HEX triplet: 96, 86 and 8E. RGB value is (150,134,142). Sum of RGB (Red+Green+Blue) = 150+134+142=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #96868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96868E is #697971. Grayscale: #8B8B8B. Windows color (decimal): -6912370 or 9340566. OLE color: 9340566.

HSL color Cylindrical-coordinate representation of color #96868E: hue angle of 330º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96868E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 142 -
CMYK 0 0.11 0.05 0.41
HSL 330º 0.07% 0.56% -
HSV(B) 330º 0.11% 0.59% -
XYZ 25.99 25.49 29.14 -
YUV 139.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 150 134 142 0 0.11 0.05 0.41 330 0.07 0.56
Hex 96 86 8E 0 B 5 29 14A 7 38
Octal 226 206 216 0 13 5 51 512 7 70
Binary 10010110 10000110 10001110 0 1011 101 101001 101001010 111 111000

Color Harmonies of #96868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96868E

Black with #96868E

Text Example


Text Example

White with #96868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96868E; }

 p { color: rgb(150,134,142); }

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

background-color css

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

 a { background-color: rgb(150,134,142); }

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

border-color css

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

 span { border-color: rgb(150,134,142); }

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