#B499B9

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

Shades of Lola #B499B9

Tints of Lola #B499B9

Color information

#B499B9 (or 0xB499B9) is unknown color: approx Lola. HEX triplet: B4, 99 and B9. RGB value is (180,153,185). Sum of RGB (Red+Green+Blue) = 180+153+185=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #B499B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499B9 is #4B6646. Grayscale: #A4A4A4. Windows color (decimal): -4941383 or 12163508. OLE color: 12163508.

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

Color convert

RGB180153185-
CMYK0.030.1700.27
HSL290.62º18.6%66.27%-
HSV(B)290.62º17.3%72.55%-
XYZ38.9735.9950.79-
YUV164.72139.45138.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=34.75%
G=29.54%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801531850.030.1700.27290.6218.666.27
HexB499B931101B1231342
Octal26423127132103344323102
Binary1011010010011001101110011110001011011100100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499B9; }

 p { color: rgb(180,153,185); }

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

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

 a { background-color: rgb(180,153,185); }

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

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

 span { border-color: rgb(180,153,185); }

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