Html Css Color HEX #B29BAC London Hue

📋 copy color: '#B29BAC'

red 178 ◦ green 155 ◦ blue 172

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

Shades of London Hue #B29BAC

Tints of London Hue #B29BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

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

R = 35.25%
G = 30.69%
B = 34.06%

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

#B29BAC (or 0xB29BAC) is known color: London Hue. HEX triplet: B2, 9B and AC. RGB value is (178,155,172). Sum of RGB (Red+Green+Blue) = 178+155+172=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BAC is #4D6453. Grayscale: #A3A3A3. Windows color (decimal): -5071956 or 11312050. OLE color: 11312050.

HSL color Cylindrical-coordinate representation of color #B29BAC: hue angle of 315.65º 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 #B29BAC is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 155 172 -
CMYK 0 0.13 0.03 0.30
HSL 315.65º 0.13% 0.65% -
HSV(B) 315.65º 0.13% 0.7% -
XYZ 37.53 35.89 43.98 -
YUV 163.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 178 155 172 0 0.13 0.03 0.30 315.65 0.13 0.65
Hex B2 9B AC 0 D 3 1E 13C D 41
Octal 262 233 254 0 15 3 36 474 15 101
Binary 10110010 10011011 10101100 0 1101 11 11110 100111100 1101 1000001

Color Harmonies of #B29BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BAC

Black with #B29BAC

Text Example


Text Example

White with #B29BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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