#B798BA

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

Shades of Lola #B798BA

Tints of Lola #B798BA

Color information

#B798BA (or 0xB798BA) is unknown color: approx Lola. HEX triplet: B7, 98 and BA. RGB value is (183,152,186). Sum of RGB (Red+Green+Blue) = 183+152+186=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B798BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798BA is #486745. Grayscale: #A5A5A5. Windows color (decimal): -4745030 or 12228791. OLE color: 12228791.

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

Color convert

RGB183152186-
CMYK0.020.1800.27
HSL294.71º19.77%66.27%-
HSV(B)294.71º18.28%72.94%-
XYZ39.6236.0751.33-
YUV165.14139.77140.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=35.12%
G=29.17%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831521860.020.1800.27294.7119.7766.27
HexB798BA21201B1271442
Octal26723027222203344724102
Binary1011011110011000101110101010010011011100100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B798BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B798BA; }

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

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

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

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

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

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

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

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