#B79FBA

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

Shades of Lola #B79FBA

Tints of Lola #B79FBA

Color information

#B79FBA (or 0xB79FBA) is unknown color: approx Lola. HEX triplet: B7, 9F and BA. RGB value is (183,159,186). Sum of RGB (Red+Green+Blue) = 183+159+186=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B79FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FBA is #486045. Grayscale: #A9A9A9. Windows color (decimal): -4743238 or 12230583. OLE color: 12230583.

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

Color convert

RGB183159186-
CMYK0.020.1500.27
HSL293.33º16.36%67.65%-
HSV(B)293.33º14.52%72.94%-
XYZ40.7938.4151.72-
YUV169.25137.45137.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=34.66%
G=30.11%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831591860.020.1500.27293.3316.3667.65
HexB79FBA2F01B1251044
Octal26723727221703344520104
Binary101101111001111110111010101111011011100100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FBA; }

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

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

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

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

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

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

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

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