#B39CB2

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

Shades of London Hue #B39CB2

Tints of London Hue #B39CB2

Color information

#B39CB2 (or 0xB39CB2) is unknown color: approx London Hue. HEX triplet: B3, 9C and B2. RGB value is (179,156,178). Sum of RGB (Red+Green+Blue) = 179+156+178=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 179 - color contains mainly: red. Hex color #B39CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39CB2 is #4C634D. Grayscale: #A5A5A5. Windows color (decimal): -5006158 or 11705523. OLE color: 11705523.

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

Color convert

RGB179156178-
CMYK00.130.010.30
HSL302.61º13.14%65.69%-
HSV(B)302.61º12.85%70.2%-
XYZ38.5136.5747.15-
YUV165.38135.12137.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=34.89%
G=30.41%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915617800.130.010.30302.6113.1465.69
HexB39CB20D11E12fd42
Octal26323426201513645715102
Binary1011001110011100101100100110111111010010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CB2; }

 p { color: rgb(179,156,178); }

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

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

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

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

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

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

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