#B79DBE

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

Shades of Lola #B79DBE

Tints of Lola #B79DBE

Color information

#B79DBE (or 0xB79DBE) is unknown color: approx Lola. HEX triplet: B7, 9D and BE. RGB value is (183,157,190). Sum of RGB (Red+Green+Blue) = 183+157+190=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #B79DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DBE is #486241. Grayscale: #A8A8A8. Windows color (decimal): -4743746 or 12492215. OLE color: 12492215.

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

Color convert

RGB183157190-
CMYK0.040.1700.25
HSL287.27º20.25%68.04%-
HSV(B)287.27º17.37%74.51%-
XYZ40.8837.953.88-
YUV168.54140.11138.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=34.53%
G=29.62%
B=35.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831571900.040.1700.25287.2720.2568.04
HexB79DBE41101911f1444
Octal26723527642103143724104
Binary10110111100111011011111010010001011001100011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DBE; }

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

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

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

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

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

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

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

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