#B798BB

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

Shades of Lola #B798BB

Tints of Lola #B798BB

Color information

#B798BB (or 0xB798BB) is unknown color: approx Lola. HEX triplet: B7, 98 and BB. RGB value is (183,152,187). Sum of RGB (Red+Green+Blue) = 183+152+187=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B798BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798BB is #486744. Grayscale: #A5A5A5. Windows color (decimal): -4745029 or 12294327. OLE color: 12294327.

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

Color convert

RGB183152187-
CMYK0.020.1900.27
HSL293.14º20.47%66.47%-
HSV(B)293.14º18.72%73.33%-
XYZ39.7336.1151.89-
YUV165.26140.27140.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=35.06%
G=29.12%
B=35.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831521870.020.1900.27293.1420.4766.47
HexB798BB21301B1251442
Octal26723027322303344524102
Binary1011011110011000101110111010011011011100100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B798BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B798BB; }

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

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

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

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

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

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

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

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