Html Css Color HEX #B196AD London Hue

📋 copy color: '#B196AD'

red 177 ◦ green 150 ◦ blue 173

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

Shades of London Hue #B196AD

Tints of London Hue #B196AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 35.4%
G = 30%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B196AD (or 0xB196AD) is known color: London Hue. HEX triplet: B1, 96 and AD. RGB value is (177,150,173). Sum of RGB (Red+Green+Blue) = 177+150+173=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B196AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196AD is #4E6952. Grayscale: #A0A0A0. Windows color (decimal): -5138771 or 11376305. OLE color: 11376305.

HSL color Cylindrical-coordinate representation of color #B196AD: hue angle of 308.89º 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 #B196AD is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 173 -
CMYK 0 0.15 0.02 0.31
HSL 308.89º 0.15% 0.64% -
HSV(B) 308.89º 0.15% 0.69% -
XYZ 36.58 34.18 44.2 -
YUV 160.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 177 150 173 0 0.15 0.02 0.31 308.89 0.15 0.64
Hex B1 96 AD 0 F 2 1F 135 F 40
Octal 261 226 255 0 17 2 37 465 17 100
Binary 10110001 10010110 10101101 0 1111 10 11111 100110101 1111 1000000

Color Harmonies of #B196AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196AD

Black with #B196AD

Text Example


Text Example

White with #B196AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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