#BEB8BE

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

Shades of Lola #BEB8BE

Tints of Lola #BEB8BE

Color information

#BEB8BE (or 0xBEB8BE) is unknown color: approx Lola. HEX triplet: BE, B8 and BE. RGB value is (190,184,190). Sum of RGB (Red+Green+Blue) = 190+184+190=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8BE is #414741. Grayscale: #BABABA. Windows color (decimal): -4278082 or 12499134. OLE color: 12499134.

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

Color convert

RGB190184190-
CMYK00.0300.25
HSL300º4.41%73.33%-
HSV(B)300º3.16%74.51%-
XYZ47.6748.9555.65-
YUV186.48129.99130.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=33.69%
G=32.62%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018419000.0300.253004.4173.33
HexBEB8BE0301912c449
Octal276270276030314544111
Binary1011111010111000101111100110110011001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8BE; }

 p { color: rgb(190,184,190); }

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

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

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

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

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

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

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