#B795BA

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

Shades of Lola #B795BA

Tints of Lola #B795BA

Color information

#B795BA (or 0xB795BA) is unknown color: approx Lola. HEX triplet: B7, 95 and BA. RGB value is (183,149,186). Sum of RGB (Red+Green+Blue) = 183+149+186=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B795BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795BA is #486A45. Grayscale: #A3A3A3. Windows color (decimal): -4745798 or 12228023. OLE color: 12228023.

HSL color Cylindrical-coordinate representation of color #B795BA: hue angle of 295.14º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B795BA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183149186-
CMYK0.020.2000.27
HSL295.14º21.14%65.69%-
HSV(B)295.14º19.89%72.94%-
XYZ39.1435.1151.17-
YUV163.38140.76141.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=35.33%
G=28.76%
B=35.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831491860.020.2000.27295.1421.1465.69
HexB795BA21401B1271542
Octal26722527222403344725102
Binary1011011110010101101110101010100011011100100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795BA; }

 p { color: rgb(183,149,186); }

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

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

 a { background-color: rgb(183,149,186); }

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

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

 span { border-color: rgb(183,149,186); }

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