#B79EBC

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

Shades of Lola #B79EBC

Tints of Lola #B79EBC

Color information

#B79EBC (or 0xB79EBC) is unknown color: approx Lola. HEX triplet: B7, 9E and BC. RGB value is (183,158,188). Sum of RGB (Red+Green+Blue) = 183+158+188=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #B79EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79EBC is #486143. Grayscale: #A8A8A8. Windows color (decimal): -4743492 or 12361399. OLE color: 12361399.

HSL color Cylindrical-coordinate representation of color #B79EBC: hue angle of 290º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B79EBC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183158188-
CMYK0.030.1600.26
HSL290º18.29%67.84%-
HSV(B)290º15.96%73.73%-
XYZ40.8338.1552.79-
YUV168.9138.78138.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=34.59%
G=29.87%
B=35.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831581880.030.1600.2629018.2967.84
HexB79EBC31001A1221244
Octal26723627432003244222104
Binary1011011110011110101111001110000011010100100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79EBC; }

 p { color: rgb(183,158,188); }

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

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

 a { background-color: rgb(183,158,188); }

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

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

 span { border-color: rgb(183,158,188); }

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