#B799BA

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

Shades of Lola #B799BA

Tints of Lola #B799BA

Color information

#B799BA (or 0xB799BA) is unknown color: approx Lola. HEX triplet: B7, 99 and BA. RGB value is (183,153,186). Sum of RGB (Red+Green+Blue) = 183+153+186=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B799BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799BA is #486645. Grayscale: #A5A5A5. Windows color (decimal): -4744774 or 12229047. OLE color: 12229047.

HSL color Cylindrical-coordinate representation of color #B799BA: hue angle of 294.55º degrees, saturation: 0.19, 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 #B799BA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183153186-
CMYK0.020.1800.27
HSL294.55º19.3%66.47%-
HSV(B)294.55º17.74%72.94%-
XYZ39.7836.3951.38-
YUV165.73139.44140.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=35.06%
G=29.31%
B=35.63%

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
Decimal1831531860.020.1800.27294.5519.366.47
HexB799BA21201B1271342
Octal26723127222203344723102
Binary1011011110011001101110101010010011011100100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799BA; }

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

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

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

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

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

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

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

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