Html Css Color HEX #B29BAE London Hue

📋 copy color: '#B29BAE'

red 178 ◦ green 155 ◦ blue 174

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

Shades of London Hue #B29BAE

Tints of London Hue #B29BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 35.11%
G = 30.57%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B29BAE (or 0xB29BAE) is known color: London Hue. HEX triplet: B2, 9B and AE. RGB value is (178,155,174). Sum of RGB (Red+Green+Blue) = 178+155+174=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BAE is #4D6451. Grayscale: #A3A3A3. Windows color (decimal): -5071954 or 11443122. OLE color: 11443122.

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

Color convert

RGB 178 155 174 -
CMYK 0 0.13 0.02 0.30
HSL 310.43º 0.13% 0.65% -
HSV(B) 310.43º 0.13% 0.7% -
XYZ 37.72 35.96 45 -
YUV 164.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 178 155 174 0 0.13 0.02 0.30 310.43 0.13 0.65
Hex B2 9B AE 0 D 2 1E 136 D 41
Octal 262 233 256 0 15 2 36 466 15 101
Binary 10110010 10011011 10101110 0 1101 10 11110 100110110 1101 1000001

Color Harmonies of #B29BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BAE

Black with #B29BAE

Text Example


Text Example

White with #B29BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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