#B79CBA

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

Shades of Lola #B79CBA

Tints of Lola #B79CBA

Color information

#B79CBA (or 0xB79CBA) is unknown color: approx Lola. HEX triplet: B7, 9C and BA. RGB value is (183,156,186). Sum of RGB (Red+Green+Blue) = 183+156+186=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B79CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CBA is #486345. Grayscale: #A7A7A7. Windows color (decimal): -4744006 or 12229815. OLE color: 12229815.

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

Color convert

RGB183156186-
CMYK0.020.1600.27
HSL294º17.86%67.06%-
HSV(B)294º16.13%72.94%-
XYZ40.2837.3951.55-
YUV167.49138.45139.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=34.86%
G=29.71%
B=35.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831561860.020.1600.2729417.8667.06
HexB79CBA21001B1261243
Octal26723427222003344622103
Binary1011011110011100101110101010000011011100100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CBA; }

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

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

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

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

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

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

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

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