Html Css Color HEX #B29CAC London Hue

📋 copy color: '#B29CAC'

red 178 ◦ green 156 ◦ blue 172

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

Shades of London Hue #B29CAC

Tints of London Hue #B29CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

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

R = 35.18%
G = 30.83%
B = 33.99%

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

#B29CAC (or 0xB29CAC) is known color: London Hue. HEX triplet: B2, 9C and AC. RGB value is (178,156,172). Sum of RGB (Red+Green+Blue) = 178+156+172=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CAC is #4D6353. Grayscale: #A4A4A4. Windows color (decimal): -5071700 or 11312306. OLE color: 11312306.

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

Color convert

RGB 178 156 172 -
CMYK 0 0.12 0.03 0.30
HSL 316.36º 0.13% 0.65% -
HSV(B) 316.36º 0.12% 0.7% -
XYZ 37.69 36.22 44.03 -
YUV 164.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 178 156 172 0 0.12 0.03 0.30 316.36 0.13 0.65
Hex B2 9C AC 0 C 3 1E 13C C 41
Octal 262 234 254 0 14 3 36 474 14 101
Binary 10110010 10011100 10101100 0 1100 11 11110 100111100 1100 1000001

Color Harmonies of #B29CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CAC

Black with #B29CAC

Text Example


Text Example

White with #B29CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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