Html Css Color HEX #B195AB London Hue

📋 copy color: '#B195AB'

red 177 ◦ green 149 ◦ blue 171

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

Shades of London Hue #B195AB

Tints of London Hue #B195AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 35.61%
G = 29.98%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B195AB (or 0xB195AB) is known color: London Hue. HEX triplet: B1, 95 and AB. RGB value is (177,149,171). Sum of RGB (Red+Green+Blue) = 177+149+171=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B195AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B195AB is #4E6A54. Grayscale: #9F9F9F. Windows color (decimal): -5139029 or 11244977. OLE color: 11244977.

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

Color convert

RGB 177 149 171 -
CMYK 0 0.16 0.03 0.31
HSL 312.86º 0.15% 0.64% -
HSV(B) 312.86º 0.16% 0.69% -
XYZ 36.23 33.78 43.14 -
YUV 159.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 177 149 171 0 0.16 0.03 0.31 312.86 0.15 0.64
Hex B1 95 AB 0 10 3 1F 139 F 40
Octal 261 225 253 0 20 3 37 471 17 100
Binary 10110001 10010101 10101011 0 10000 11 11111 100111001 1111 1000000

Color Harmonies of #B195AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195AB

Black with #B195AB

Text Example


Text Example

White with #B195AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195AB; }

 p { color: rgb(177,149,171); }

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

background-color css

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

 a { background-color: rgb(177,149,171); }

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

border-color css

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

 span { border-color: rgb(177,149,171); }

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