#B79CBE

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

Shades of Lola #B79CBE

Tints of Lola #B79CBE

Color information

#B79CBE (or 0xB79CBE) is unknown color: approx Lola. HEX triplet: B7, 9C and BE. RGB value is (183,156,190). Sum of RGB (Red+Green+Blue) = 183+156+190=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #B79CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CBE is #486341. Grayscale: #A7A7A7. Windows color (decimal): -4744002 or 12491959. OLE color: 12491959.

HSL color Cylindrical-coordinate representation of color #B79CBE: hue angle of 287.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B79CBE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183156190-
CMYK0.040.1800.25
HSL287.65º20.73%67.84%-
HSV(B)287.65º17.89%74.51%-
XYZ40.7137.5653.82-
YUV167.95140.45138.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=34.59%
G=29.49%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831561900.040.1800.25287.6520.7367.84
HexB79CBE4120191201544
Octal26723427642203144025104
Binary10110111100111001011111010010010011001100100000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CBE; }

 p { color: rgb(183,156,190); }

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

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

 a { background-color: rgb(183,156,190); }

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

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

 span { border-color: rgb(183,156,190); }

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