#B29FB2

Color #B29FB2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B29FB2

Tints of London Hue #B29FB2

Color information

#B29FB2 (or 0xB29FB2) is unknown color: approx London Hue. HEX triplet: B2, 9F and B2. RGB value is (178,159,178). Sum of RGB (Red+Green+Blue) = 178+159+178=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B29FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FB2 is #4D604D. Grayscale: #A6A6A6. Windows color (decimal): -5070926 or 11706290. OLE color: 11706290.

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

Color convert

RGB178159178-
CMYK00.1100.30
HSL300º10.98%66.08%-
HSV(B)300º10.67%69.8%-
XYZ38.7937.4847.31-
YUV166.85134.29135.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 178 (69.92% from 255) = 34.56%
R=34.56%
G=30.87%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815917800.1100.3030010.9866.08
HexB29FB20B01E12cb42
Octal26223726201303645413102
Binary1011001010011111101100100101101111010010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FB2; }

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

 H1.HeaderClassName
 {
   color: #B29FB2;
 }
 .AnyTagClassName
 {
   color: #B29FB2;
 }
</style>
background-color css

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

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

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

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

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

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