#B79BBF

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

Shades of Lola #B79BBF

Tints of Lola #B79BBF

Color information

#B79BBF (or 0xB79BBF) is unknown color: approx Lola. HEX triplet: B7, 9B and BF. RGB value is (183,155,191). Sum of RGB (Red+Green+Blue) = 183+155+191=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #B79BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBF is #486440. Grayscale: #A7A7A7. Windows color (decimal): -4744257 or 12557239. OLE color: 12557239.

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

Color convert

RGB183155191-
CMYK0.040.1900.25
HSL286.67º21.95%67.84%-
HSV(B)286.67º18.85%74.9%-
XYZ40.6537.2754.34-
YUV167.48141.28139.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 191 (75% from 255) = 36.11%
R=34.59%
G=29.30%
B=36.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831551910.040.1900.25286.6721.9567.84
HexB79BBF41301911f1644
Octal26723327742303143726104
Binary10110111100110111011111110010011011001100011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BBF; }

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

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

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

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

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

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

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

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