#B79ABB

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

Shades of Lola #B79ABB

Tints of Lola #B79ABB

Color information

#B79ABB (or 0xB79ABB) is unknown color: approx Lola. HEX triplet: B7, 9A and BB. RGB value is (183,154,187). Sum of RGB (Red+Green+Blue) = 183+154+187=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B79ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79ABB is #486544. Grayscale: #A6A6A6. Windows color (decimal): -4744517 or 12294839. OLE color: 12294839.

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

Color convert

RGB183154187-
CMYK0.020.1800.27
HSL292.73º19.53%66.86%-
HSV(B)292.73º17.65%73.33%-
XYZ40.0536.7752-
YUV166.43139.61139.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=34.92%
G=29.39%
B=35.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831541870.020.1800.27292.7319.5366.86
HexB79ABB21201B1251443
Octal26723227322203344524103
Binary1011011110011010101110111010010011011100100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79ABB; }

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

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

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

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

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

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

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

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