Html Css Color HEX #B196AA London Hue

📋 copy color: '#B196AA'

red 177 ◦ green 150 ◦ blue 170

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

Shades of London Hue #B196AA

Tints of London Hue #B196AA

RGB

 RED value IS 177 (69.53% from 255) = 35.61%

 GREEN value IS 150 (58.98% from 255) = 30.18%

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 35.61%
G = 30.18%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B196AA (or 0xB196AA) is known color: London Hue. HEX triplet: B1, 96 and AA. RGB value is (177,150,170). Sum of RGB (Red+Green+Blue) = 177+150+170=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B196AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196AA is #4E6955. Grayscale: #A0A0A0. Windows color (decimal): -5138774 or 11179697. OLE color: 11179697.

HSL color Cylindrical-coordinate representation of color #B196AA: hue angle of 315.56º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B196AA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 170 -
CMYK 0 0.15 0.04 0.31
HSL 315.56º 0.15% 0.64% -
HSV(B) 315.56º 0.15% 0.69% -
XYZ 36.29 34.06 42.69 -
YUV 160.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 177 150 170 0 0.15 0.04 0.31 315.56 0.15 0.64
Hex B1 96 AA 0 F 4 1F 13C F 40
Octal 261 226 252 0 17 4 37 474 17 100
Binary 10110001 10010110 10101010 0 1111 100 11111 100111100 1111 1000000

Color Harmonies of #B196AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196AA

Black with #B196AA

Text Example


Text Example

White with #B196AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196AA; }

 p { color: rgb(177,150,170); }

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

background-color css

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

 a { background-color: rgb(177,150,170); }

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

border-color css

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

 span { border-color: rgb(177,150,170); }

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