#B795BE

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

Shades of Lola #B795BE

Tints of Lola #B795BE

Color information

#B795BE (or 0xB795BE) is unknown color: approx Lola. HEX triplet: B7, 95 and BE. RGB value is (183,149,190). Sum of RGB (Red+Green+Blue) = 183+149+190=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #B795BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795BE is #486A41. Grayscale: #A3A3A3. Windows color (decimal): -4745794 or 12490167. OLE color: 12490167.

HSL color Cylindrical-coordinate representation of color #B795BE: hue angle of 289.76º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B795BE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183149190-
CMYK0.040.2200.25
HSL289.76º23.98%66.47%-
HSV(B)289.76º21.58%74.51%-
XYZ39.5735.2853.44-
YUV163.84142.76141.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=35.06%
G=28.54%
B=36.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831491900.040.2200.25289.7623.9866.47
HexB795BE4160191221842
Octal26722527642603144230102
Binary10110111100101011011111010010110011001100100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795BE; }

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

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

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

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

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

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

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

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