#B79FBC

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

Shades of Lola #B79FBC

Tints of Lola #B79FBC

Color information

#B79FBC (or 0xB79FBC) is unknown color: approx Lola. HEX triplet: B7, 9F and BC. RGB value is (183,159,188). Sum of RGB (Red+Green+Blue) = 183+159+188=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #B79FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FBC is #486043. Grayscale: #A9A9A9. Windows color (decimal): -4743236 or 12361655. OLE color: 12361655.

HSL color Cylindrical-coordinate representation of color #B79FBC: hue angle of 289.66º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79FBC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183159188-
CMYK0.030.1500.26
HSL289.66º17.79%68.04%-
HSV(B)289.66º15.43%73.73%-
XYZ4138.4952.85-
YUV169.48138.45137.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=34.53%
G=30%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831591880.030.1500.26289.6617.7968.04
HexB79FBC3F01A1221244
Octal26723727431703244222104
Binary101101111001111110111100111111011010100100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FBC; }

 p { color: rgb(183,159,188); }

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

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

 a { background-color: rgb(183,159,188); }

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

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

 span { border-color: rgb(183,159,188); }

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