#B79DBA

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

Shades of Lola #B79DBA

Tints of Lola #B79DBA

Color information

#B79DBA (or 0xB79DBA) is unknown color: approx Lola. HEX triplet: B7, 9D and BA. RGB value is (183,157,186). Sum of RGB (Red+Green+Blue) = 183+157+186=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #B79DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DBA is #486245. Grayscale: #A7A7A7. Windows color (decimal): -4743750 or 12230071. OLE color: 12230071.

HSL color Cylindrical-coordinate representation of color #B79DBA: hue angle of 293.79º degrees, saturation: 0.17, 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 #B79DBA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183157186-
CMYK0.020.1600.27
HSL293.79º17.37%67.25%-
HSV(B)293.79º15.59%72.94%-
XYZ40.4537.7351.6-
YUV168.08138.11138.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=34.79%
G=29.85%
B=35.36%

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
Decimal1831571860.020.1600.27293.7917.3767.25
HexB79DBA21001B1261143
Octal26723527222003344621103
Binary1011011110011101101110101010000011011100100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79DBA; }

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

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

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

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

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

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

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

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