#BEB7BE

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

Shades of Lola #BEB7BE

Tints of Lola #BEB7BE

Color information

#BEB7BE (or 0xBEB7BE) is unknown color: approx Lola. HEX triplet: BE, B7 and BE. RGB value is (190,183,190). Sum of RGB (Red+Green+Blue) = 190+183+190=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7BE is #414841. Grayscale: #B9B9B9. Windows color (decimal): -4278338 or 12498878. OLE color: 12498878.

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

Color convert

RGB190183190-
CMYK00.0400.25
HSL300º5.11%73.14%-
HSV(B)300º3.68%74.51%-
XYZ47.4648.5355.58-
YUV185.89130.32130.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=33.75%
G=32.50%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018319000.0400.253005.1173.14
HexBEB7BE0401912c549
Octal276267276040314545111
Binary10111110101101111011111001000110011001011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7BE; }

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

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

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

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

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

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

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

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