Html Css Color HEX #B19BAC London Hue

📋 copy color: '#B19BAC'

red 177 ◦ green 155 ◦ blue 172

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

Shades of London Hue #B19BAC

Tints of London Hue #B19BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 35.12%
G = 30.75%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B19BAC (or 0xB19BAC) is known color: London Hue. HEX triplet: B1, 9B and AC. RGB value is (177,155,172). Sum of RGB (Red+Green+Blue) = 177+155+172=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BAC is #4E6453. Grayscale: #A3A3A3. Windows color (decimal): -5137492 or 11312049. OLE color: 11312049.

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

Color convert

RGB 177 155 172 -
CMYK 0 0.12 0.03 0.31
HSL 313.64º 0.12% 0.65% -
HSV(B) 313.64º 0.12% 0.69% -
XYZ 37.3 35.77 43.97 -
YUV 163.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 177 155 172 0 0.12 0.03 0.31 313.64 0.12 0.65
Hex B1 9B AC 0 C 3 1F 13A C 41
Octal 261 233 254 0 14 3 37 472 14 101
Binary 10110001 10011011 10101100 0 1100 11 11111 100111010 1100 1000001

Color Harmonies of #B19BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BAC

Black with #B19BAC

Text Example


Text Example

White with #B19BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BAC; }

 p { color: rgb(177,155,172); }

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

background-color css

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

 a { background-color: rgb(177,155,172); }

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

border-color css

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

 span { border-color: rgb(177,155,172); }

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