#B79DBB

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

Shades of Lola #B79DBB

Tints of Lola #B79DBB

Color information

#B79DBB (or 0xB79DBB) is unknown color: approx Lola. HEX triplet: B7, 9D and BB. RGB value is (183,157,187). Sum of RGB (Red+Green+Blue) = 183+157+187=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #B79DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DBB is #486244. Grayscale: #A8A8A8. Windows color (decimal): -4743749 or 12295607. OLE color: 12295607.

HSL color Cylindrical-coordinate representation of color #B79DBB: hue angle of 292º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B79DBB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183157187-
CMYK0.020.1600.27
HSL292º18.07%67.45%-
HSV(B)292º16.04%73.33%-
XYZ40.5637.7752.17-
YUV168.19138.61138.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=34.72%
G=29.79%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831571870.020.1600.2729218.0767.45
HexB79DBB21001B1241243
Octal26723527322003344422103
Binary1011011110011101101110111010000011011100100100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DBB; }

 p { color: rgb(183,157,187); }

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

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

 a { background-color: rgb(183,157,187); }

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

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

 span { border-color: rgb(183,157,187); }

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