#B79BBE

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

Shades of Lola #B79BBE

Tints of Lola #B79BBE

Color information

#B79BBE (or 0xB79BBE) is unknown color: approx Lola. HEX triplet: B7, 9B and BE. RGB value is (183,155,190). Sum of RGB (Red+Green+Blue) = 183+155+190=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B79BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBE is #486441. Grayscale: #A7A7A7. Windows color (decimal): -4744258 or 12491703. OLE color: 12491703.

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

Color convert

RGB183155190-
CMYK0.040.1800.25
HSL288º21.21%67.65%-
HSV(B)288º18.42%74.51%-
XYZ40.5437.2353.76-
YUV167.36140.78139.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=34.66%
G=29.36%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831551900.040.1800.2528821.2167.65
HexB79BBE4120191201544
Octal26723327642203144025104
Binary10110111100110111011111010010010011001100100000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BBE; }

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

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

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

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

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

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

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

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