#B798BF

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

Shades of Lola #B798BF

Tints of Lola #B798BF

Color information

#B798BF (or 0xB798BF) is unknown color: approx Lola. HEX triplet: B7, 98 and BF. RGB value is (183,152,191). Sum of RGB (Red+Green+Blue) = 183+152+191=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #B798BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798BF is #486740. Grayscale: #A5A5A5. Windows color (decimal): -4745025 or 12556471. OLE color: 12556471.

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

Color convert

RGB183152191-
CMYK0.040.2000.25
HSL287.69º23.35%67.25%-
HSV(B)287.69º20.42%74.9%-
XYZ40.1636.2954.18-
YUV165.71142.27140.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 191 (75% from 255) = 36.31%
R=34.79%
G=28.90%
B=36.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831521910.040.2000.25287.6923.3567.25
HexB798BF4140191201743
Octal26723027742403144027103
Binary10110111100110001011111110010100011001100100000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B798BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B798BF; }

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

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

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

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

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

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

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

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