Html Css Color HEX #B29AAC London Hue

📋 copy color: '#B29AAC'

red 178 ◦ green 154 ◦ blue 172

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

Shades of London Hue #B29AAC

Tints of London Hue #B29AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

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

R = 35.32%
G = 30.56%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B29AAC (or 0xB29AAC) is known color: London Hue. HEX triplet: B2, 9A and AC. RGB value is (178,154,172). Sum of RGB (Red+Green+Blue) = 178+154+172=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AAC is #4D6553. Grayscale: #A3A3A3. Windows color (decimal): -5072212 or 11311794. OLE color: 11311794.

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

Color convert

RGB 178 154 172 -
CMYK 0 0.13 0.03 0.30
HSL 315º 0.13% 0.65% -
HSV(B) 315º 0.13% 0.7% -
XYZ 37.36 35.55 43.92 -
YUV 163.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 178 154 172 0 0.13 0.03 0.30 315 0.13 0.65
Hex B2 9A AC 0 D 3 1E 13B D 41
Octal 262 232 254 0 15 3 36 473 15 101
Binary 10110010 10011010 10101100 0 1101 11 11110 100111011 1101 1000001

Color Harmonies of #B29AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29AAC

Black with #B29AAC

Text Example


Text Example

White with #B29AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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