#B79AB9

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

Shades of Lola #B79AB9

Tints of Lola #B79AB9

Color information

#B79AB9 (or 0xB79AB9) is unknown color: approx Lola. HEX triplet: B7, 9A and B9. RGB value is (183,154,185). Sum of RGB (Red+Green+Blue) = 183+154+185=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #B79AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79AB9 is #486546. Grayscale: #A6A6A6. Windows color (decimal): -4744519 or 12163767. OLE color: 12163767.

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

Color convert

RGB183154185-
CMYK0.010.1700.27
HSL296.13º18.13%66.47%-
HSV(B)296.13º16.76%72.55%-
XYZ39.8436.6850.88-
YUV166.2138.61139.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=35.06%
G=29.50%
B=35.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831541850.010.1700.27296.1318.1366.47
HexB79AB911101B1281242
Octal26723227112103345022102
Binary101101111001101010111001110001011011100101000100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79AB9; }

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

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

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

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

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

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

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

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