#B79ABF

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

Shades of Lola #B79ABF

Tints of Lola #B79ABF

Color information

#B79ABF (or 0xB79ABF) is unknown color: approx Lola. HEX triplet: B7, 9A and BF. RGB value is (183,154,191). Sum of RGB (Red+Green+Blue) = 183+154+191=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B79ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79ABF is #486540. Grayscale: #A6A6A6. Windows color (decimal): -4744513 or 12556983. OLE color: 12556983.

HSL color Cylindrical-coordinate representation of color #B79ABF: hue angle of 287.03º 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 #B79ABF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183154191-
CMYK0.040.1900.25
HSL287.03º22.42%67.65%-
HSV(B)287.03º19.37%74.9%-
XYZ40.4936.9454.29-
YUV166.89141.61139.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 191 (75% from 255) = 36.17%
R=34.66%
G=29.17%
B=36.17%

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
Decimal1831541910.040.1900.25287.0322.4267.65
HexB79ABF41301911f1644
Octal26723227742303143726104
Binary10110111100110101011111110010011011001100011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79ABF; }

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

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

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

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

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

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

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

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