Html Css Color HEX #968990 Mountbatten Pink

📋 copy color: '#968990'

red 150 ◦ green 137 ◦ blue 144

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

Shades of Mountbatten Pink #968990

Tints of Mountbatten Pink #968990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 34.8%
G = 31.79%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#968990 (or 0x968990) is known color: Mountbatten Pink. HEX triplet: 96, 89 and 90. RGB value is (150,137,144). Sum of RGB (Red+Green+Blue) = 150+137+144=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #968990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968990 is #69766F. Grayscale: #8D8D8D. Windows color (decimal): -6911600 or 9472406. OLE color: 9472406.

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

Color convert

RGB 150 137 144 -
CMYK 0 0.09 0.04 0.41
HSL 327.69º 0.06% 0.56% -
HSV(B) 327.69º 0.09% 0.59% -
XYZ 26.56 26.39 30.08 -
YUV 141.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 150 137 144 0 0.09 0.04 0.41 327.69 0.06 0.56
Hex 96 89 90 0 9 4 29 148 6 38
Octal 226 211 220 0 11 4 51 510 6 70
Binary 10010110 10001001 10010000 0 1001 100 101001 101001000 110 111000

Color Harmonies of #968990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968990

Black with #968990

Text Example


Text Example

White with #968990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968990; }

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

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

background-color css

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

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

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

border-color css

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

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

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