#B797BE

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

Shades of Lola #B797BE

Tints of Lola #B797BE

Color information

#B797BE (or 0xB797BE) is unknown color: approx Lola. HEX triplet: B7, 97 and BE. RGB value is (183,151,190). Sum of RGB (Red+Green+Blue) = 183+151+190=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B797BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797BE is #486841. Grayscale: #A4A4A4. Windows color (decimal): -4745282 or 12490679. OLE color: 12490679.

HSL color Cylindrical-coordinate representation of color #B797BE: hue angle of 289.23º degrees, saturation: 0.23, 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 #B797BE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183151190-
CMYK0.040.2100.25
HSL289.23º23.08%66.86%-
HSV(B)289.23º20.53%74.51%-
XYZ39.8935.9253.55-
YUV165.01142.1140.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=34.92%
G=28.82%
B=36.26%

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
Decimal1831511900.040.2100.25289.2323.0866.86
HexB797BE4150191211743
Octal26722727642503144127103
Binary10110111100101111011111010010101011001100100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B797BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B797BE; }

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

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

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

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

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

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

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

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