Html Css Color HEX #967B88 Mountbatten Pink

📋 copy color: '#967B88'

red 150 ◦ green 123 ◦ blue 136

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

Shades of Mountbatten Pink #967B88

Tints of Mountbatten Pink #967B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 36.67%
G = 30.07%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967B88 (or 0x967B88) is known color: Mountbatten Pink. HEX triplet: 96, 7B and 88. RGB value is (150,123,136). Sum of RGB (Red+Green+Blue) = 150+123+136=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #967B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967B88 is #698477. Grayscale: #848484. Windows color (decimal): -6915192 or 8944534. OLE color: 8944534.

HSL color Cylindrical-coordinate representation of color #967B88: hue angle of 331.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967B88 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 123 136 -
CMYK 0 0.18 0.09 0.41
HSL 331.11º 0.11% 0.54% -
HSV(B) 331.11º 0.18% 0.59% -
XYZ 24.1 22.43 26.35 -
YUV 132.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 150 123 136 0 0.18 0.09 0.41 331.11 0.11 0.54
Hex 96 7B 88 0 12 9 29 14B B 36
Octal 226 173 210 0 22 11 51 513 13 66
Binary 10010110 1111011 10001000 0 10010 1001 101001 101001011 1011 110110

Color Harmonies of #967B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B88

Black with #967B88

Text Example


Text Example

White with #967B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967B88; }

 p { color: rgb(150,123,136); }

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

background-color css

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

 a { background-color: rgb(150,123,136); }

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

border-color css

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

 span { border-color: rgb(150,123,136); }

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