Html Css Color HEX #B29DB0 London Hue

📋 copy color: '#B29DB0'

red 178 ◦ green 157 ◦ blue 176

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

Shades of London Hue #B29DB0

Tints of London Hue #B29DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 34.83%
G = 30.72%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B29DB0 (or 0xB29DB0) is known color: London Hue. HEX triplet: B2, 9D and B0. RGB value is (178,157,176). Sum of RGB (Red+Green+Blue) = 178+157+176=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DB0 is #4D624F. Grayscale: #A5A5A5. Windows color (decimal): -5071440 or 11574706. OLE color: 11574706.

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

Color convert

RGB 178 157 176 -
CMYK 0 0.12 0.01 0.30
HSL 305.71º 0.12% 0.66% -
HSV(B) 305.71º 0.12% 0.7% -
XYZ 38.25 36.71 46.14 -
YUV 165.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 178 157 176 0 0.12 0.01 0.30 305.71 0.12 0.66
Hex B2 9D B0 0 C 1 1E 132 C 42
Octal 262 235 260 0 14 1 36 462 14 102
Binary 10110010 10011101 10110000 0 1100 1 11110 100110010 1100 1000010

Color Harmonies of #B29DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DB0

Black with #B29DB0

Text Example


Text Example

White with #B29DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DB0; }

 p { color: rgb(178,157,176); }

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

background-color css

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

 a { background-color: rgb(178,157,176); }

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

border-color css

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

 span { border-color: rgb(178,157,176); }

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