#B79BBB

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

Shades of Lola #B79BBB

Tints of Lola #B79BBB

Color information

#B79BBB (or 0xB79BBB) is unknown color: approx Lola. HEX triplet: B7, 9B and BB. RGB value is (183,155,187). Sum of RGB (Red+Green+Blue) = 183+155+187=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B79BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BBB is #486444. Grayscale: #A6A6A6. Windows color (decimal): -4744261 or 12295095. OLE color: 12295095.

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

Color convert

RGB183155187-
CMYK0.020.1700.27
HSL292.5º19.05%67.06%-
HSV(B)292.5º17.11%73.33%-
XYZ40.2237.152.05-
YUV167.02139.28139.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=34.86%
G=29.52%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831551870.020.1700.27292.519.0567.06
HexB79BBB21101B1241343
Octal26723327322103344423103
Binary1011011110011011101110111010001011011100100100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BBB; }

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

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

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

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

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

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

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

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