Html Css Color HEX #B29DAC London Hue

📋 copy color: '#B29DAC'

red 178 ◦ green 157 ◦ blue 172

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

Shades of London Hue #B29DAC

Tints of London Hue #B29DAC

RGB

 RED value IS 178 (69.92% from 255) = 35.11%

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

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

R = 35.11%
G = 30.97%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B29DAC (or 0xB29DAC) is known color: London Hue. HEX triplet: B2, 9D and AC. RGB value is (178,157,172). Sum of RGB (Red+Green+Blue) = 178+157+172=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DAC is #4D6253. Grayscale: #A4A4A4. Windows color (decimal): -5071444 or 11312562. OLE color: 11312562.

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

Color convert

RGB 178 157 172 -
CMYK 0 0.12 0.03 0.30
HSL 317.14º 0.12% 0.66% -
HSV(B) 317.14º 0.12% 0.7% -
XYZ 37.86 36.56 44.09 -
YUV 164.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 178 157 172 0 0.12 0.03 0.30 317.14 0.12 0.66
Hex B2 9D AC 0 C 3 1E 13D C 42
Octal 262 235 254 0 14 3 36 475 14 102
Binary 10110010 10011101 10101100 0 1100 11 11110 100111101 1100 1000010

Color Harmonies of #B29DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DAC

Black with #B29DAC

Text Example


Text Example

White with #B29DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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