Html Css Color HEX #B19DAC London Hue

📋 copy color: '#B19DAC'

red 177 ◦ green 157 ◦ blue 172

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

Shades of London Hue #B19DAC

Tints of London Hue #B19DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

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

R = 34.98%
G = 31.03%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B19DAC (or 0xB19DAC) is known color: London Hue. HEX triplet: B1, 9D and AC. RGB value is (177,157,172). Sum of RGB (Red+Green+Blue) = 177+157+172=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAC is #4E6253. Grayscale: #A4A4A4. Windows color (decimal): -5136980 or 11312561. OLE color: 11312561.

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

Color convert

RGB 177 157 172 -
CMYK 0 0.11 0.03 0.31
HSL 315º 0.11% 0.65% -
HSV(B) 315º 0.11% 0.69% -
XYZ 37.63 36.44 44.08 -
YUV 164.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 177 157 172 0 0.11 0.03 0.31 315 0.11 0.65
Hex B1 9D AC 0 B 3 1F 13B B 41
Octal 261 235 254 0 13 3 37 473 13 101
Binary 10110001 10011101 10101100 0 1011 11 11111 100111011 1011 1000001

Color Harmonies of #B19DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DAC

Black with #B19DAC

Text Example


Text Example

White with #B19DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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