Html Css Color HEX #B29DB1 London Hue

📋 copy color: '#B29DB1'

red 178 ◦ green 157 ◦ blue 177

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

Shades of London Hue #B29DB1

Tints of London Hue #B29DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 34.77%
G = 30.66%
B = 34.57%

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

#B29DB1 (or 0xB29DB1) is known color: London Hue. HEX triplet: B2, 9D and B1. RGB value is (178,157,177). Sum of RGB (Red+Green+Blue) = 178+157+177=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DB1 is #4D624E. Grayscale: #A5A5A5. Windows color (decimal): -5071439 or 11640242. OLE color: 11640242.

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

Color convert

RGB 178 157 177 -
CMYK 0 0.12 0.01 0.30
HSL 302.86º 0.12% 0.66% -
HSV(B) 302.86º 0.12% 0.7% -
XYZ 38.35 36.75 46.67 -
YUV 165.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 178 157 177 0 0.12 0.01 0.30 302.86 0.12 0.66
Hex B2 9D B1 0 C 1 1E 12F C 42
Octal 262 235 261 0 14 1 36 457 14 102
Binary 10110010 10011101 10110001 0 1100 1 11110 100101111 1100 1000010

Color Harmonies of #B29DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DB1

Black with #B29DB1

Text Example


Text Example

White with #B29DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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