Html Css Color HEX #B29FB1 London Hue

📋 copy color: '#B29FB1'

red 178 ◦ green 159 ◦ blue 177

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

Shades of London Hue #B29FB1

Tints of London Hue #B29FB1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

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

R = 34.63%
G = 30.93%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B29FB1 (or 0xB29FB1) is known color: London Hue. HEX triplet: B2, 9F and B1. RGB value is (178,159,177). Sum of RGB (Red+Green+Blue) = 178+159+177=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FB1 is #4D604E. Grayscale: #A6A6A6. Windows color (decimal): -5070927 or 11640754. OLE color: 11640754.

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

Color convert

RGB 178 159 177 -
CMYK 0 0.11 0.01 0.30
HSL 303.16º 0.11% 0.66% -
HSV(B) 303.16º 0.11% 0.7% -
XYZ 38.69 37.44 46.78 -
YUV 166.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 178 159 177 0 0.11 0.01 0.30 303.16 0.11 0.66
Hex B2 9F B1 0 B 1 1E 12F B 42
Octal 262 237 261 0 13 1 36 457 13 102
Binary 10110010 10011111 10110001 0 1011 1 11110 100101111 1011 1000010

Color Harmonies of #B29FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FB1

Black with #B29FB1

Text Example


Text Example

White with #B29FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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