#B797BC

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

Shades of Lola #B797BC

Tints of Lola #B797BC

Color information

#B797BC (or 0xB797BC) is unknown color: approx Lola. HEX triplet: B7, 97 and BC. RGB value is (183,151,188). Sum of RGB (Red+Green+Blue) = 183+151+188=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #B797BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797BC is #486843. Grayscale: #A4A4A4. Windows color (decimal): -4745284 or 12359607. OLE color: 12359607.

HSL color Cylindrical-coordinate representation of color #B797BC: hue angle of 291.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B797BC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183151188-
CMYK0.030.2000.26
HSL291.89º21.64%66.47%-
HSV(B)291.89º19.68%73.73%-
XYZ39.6735.8352.4-
YUV164.79141.1140.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=35.06%
G=28.93%
B=36.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831511880.030.2000.26291.8921.6466.47
HexB797BC31401A1241642
Octal26722727432403244426102
Binary1011011110010111101111001110100011010100100100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B797BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B797BC; }

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

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

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

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

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

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

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

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