Html Css Color HEX #B29AAD London Hue

📋 copy color: '#B29AAD'

red 178 ◦ green 154 ◦ blue 173

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

Shades of London Hue #B29AAD

Tints of London Hue #B29AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 35.25%
G = 30.5%
B = 34.26%

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

#B29AAD (or 0xB29AAD) is known color: London Hue. HEX triplet: B2, 9A and AD. RGB value is (178,154,173). Sum of RGB (Red+Green+Blue) = 178+154+173=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AAD is #4D6552. Grayscale: #A3A3A3. Windows color (decimal): -5072211 or 11377330. OLE color: 11377330.

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

Color convert

RGB 178 154 173 -
CMYK 0 0.13 0.03 0.30
HSL 312.5º 0.13% 0.65% -
HSV(B) 312.5º 0.13% 0.7% -
XYZ 37.46 35.59 44.43 -
YUV 163.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 178 154 173 0 0.13 0.03 0.30 312.5 0.13 0.65
Hex B2 9A AD 0 D 3 1E 138 D 41
Octal 262 232 255 0 15 3 36 470 15 101
Binary 10110010 10011010 10101101 0 1101 11 11110 100111000 1101 1000001

Color Harmonies of #B29AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29AAD

Black with #B29AAD

Text Example


Text Example

White with #B29AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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