#BEB9BF

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

Shades of Lola #BEB9BF

Tints of Lola #BEB9BF

Color information

#BEB9BF (or 0xBEB9BF) is unknown color: approx Lola. HEX triplet: BE, B9 and BF. RGB value is (190,185,191). Sum of RGB (Red+Green+Blue) = 190+185+191=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9BF is #414640. Grayscale: #BBBBBB. Windows color (decimal): -4277825 or 12564926. OLE color: 12564926.

HSL color Cylindrical-coordinate representation of color #BEB9BF: hue angle of 290º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEB9BF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190185191-
CMYK0.010.0300.25
HSL290º4.48%73.73%-
HSV(B)290º3.14%74.9%-
XYZ47.9949.4156.3-
YUV187.18130.16130.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 191 (75% from 255) = 33.75%
R=33.57%
G=32.69%
B=33.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901851910.010.0300.252904.4873.73
HexBEB9BF1301912244a
Octal276271277130314424112
Binary1011111010111001101111111110110011001000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9BF; }

 p { color: rgb(190,185,191); }

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

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

 a { background-color: rgb(190,185,191); }

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

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

 span { border-color: rgb(190,185,191); }

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