Html Css Color HEX #B19FAC London Hue

📋 copy color: '#B19FAC'

red 177 ◦ green 159 ◦ blue 172

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

Shades of London Hue #B19FAC

Tints of London Hue #B19FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 34.84%
G = 31.3%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B19FAC (or 0xB19FAC) is known color: London Hue. HEX triplet: B1, 9F and AC. RGB value is (177,159,172). Sum of RGB (Red+Green+Blue) = 177+159+172=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FAC is #4E6053. Grayscale: #A5A5A5. Windows color (decimal): -5136468 or 11313073. OLE color: 11313073.

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

Color convert

RGB 177 159 172 -
CMYK 0 0.10 0.03 0.31
HSL 316.67º 0.1% 0.66% -
HSV(B) 316.67º 0.1% 0.69% -
XYZ 37.98 37.12 44.19 -
YUV 165.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 177 159 172 0 0.10 0.03 0.31 316.67 0.1 0.66
Hex B1 9F AC 0 A 3 1F 13D A 42
Octal 261 237 254 0 12 3 37 475 12 102
Binary 10110001 10011111 10101100 0 1010 11 11111 100111101 1010 1000010

Color Harmonies of #B19FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FAC

Black with #B19FAC

Text Example


Text Example

White with #B19FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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