#B39CB7

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

Shades of Lola #B39CB7

Tints of Lola #B39CB7

Color information

#B39CB7 (or 0xB39CB7) is unknown color: approx Lola. HEX triplet: B3, 9C and B7. RGB value is (179,156,183). Sum of RGB (Red+Green+Blue) = 179+156+183=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #B39CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CB7 is #4C6348. Grayscale: #A5A5A5. Windows color (decimal): -5006153 or 12033203. OLE color: 12033203.

HSL color Cylindrical-coordinate representation of color #B39CB7: hue angle of 291.11º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39CB7 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179156183-
CMYK0.020.1500.28
HSL291.11º15.79%66.47%-
HSV(B)291.11º14.75%71.76%-
XYZ39.0336.7849.84-
YUV165.96137.62137.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=34.56%
G=30.12%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791561830.020.1500.28291.1115.7966.47
HexB39CB72F01C1231042
Octal26323426721703444320102
Binary101100111001110010110111101111011100100100011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CB7; }

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

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

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

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

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

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

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

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