#B796BD

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

Shades of Lola #B796BD

Tints of Lola #B796BD

Color information

#B796BD (or 0xB796BD) is unknown color: approx Lola. HEX triplet: B7, 96 and BD. RGB value is (183,150,189). Sum of RGB (Red+Green+Blue) = 183+150+189=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B796BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796BD is #486942. Grayscale: #A4A4A4. Windows color (decimal): -4745539 or 12424887. OLE color: 12424887.

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

Color convert

RGB183150189-
CMYK0.030.2100.26
HSL290.77º22.81%66.47%-
HSV(B)290.77º20.63%74.12%-
XYZ39.6235.5552.92-
YUV164.31141.93141.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=35.06%
G=28.74%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831501890.030.2100.26290.7722.8166.47
HexB796BD31501A1231742
Octal26722627532503244327102
Binary1011011110010110101111011110101011010100100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B796BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B796BD; }

 p { color: rgb(183,150,189); }

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

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

 a { background-color: rgb(183,150,189); }

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

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

 span { border-color: rgb(183,150,189); }

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