#B797BF

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

Shades of Lola #B797BF

Tints of Lola #B797BF

Color information

#B797BF (or 0xB797BF) is unknown color: approx Lola. HEX triplet: B7, 97 and BF. RGB value is (183,151,191). Sum of RGB (Red+Green+Blue) = 183+151+191=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #B797BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797BF is #486840. Grayscale: #A4A4A4. Windows color (decimal): -4745281 or 12556215. OLE color: 12556215.

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

Color convert

RGB183151191-
CMYK0.040.2100.25
HSL288º23.81%67.06%-
HSV(B)288º20.94%74.9%-
XYZ4035.9654.12-
YUV165.13142.6140.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 191 (75% from 255) = 36.38%
R=34.86%
G=28.76%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831511910.040.2100.2528823.8167.06
HexB797BF4150191201843
Octal26722727742503144030103
Binary10110111100101111011111110010101011001100100000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B797BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B797BF; }

 p { color: rgb(183,151,191); }

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

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

 a { background-color: rgb(183,151,191); }

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

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

 span { border-color: rgb(183,151,191); }

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