#BEB9BE

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

Shades of Lola #BEB9BE

Tints of Lola #BEB9BE

Color information

#BEB9BE (or 0xBEB9BE) is unknown color: approx Lola. HEX triplet: BE, B9 and BE. RGB value is (190,185,190). Sum of RGB (Red+Green+Blue) = 190+185+190=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9BE is #414641. Grayscale: #BBBBBB. Windows color (decimal): -4277826 or 12499390. OLE color: 12499390.

HSL color Cylindrical-coordinate representation of color #BEB9BE: hue angle of 300º 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 #BEB9BE is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190185190-
CMYK00.0300.25
HSL300º3.7%73.53%-
HSV(B)300º2.63%74.51%-
XYZ47.8849.3655.72-
YUV187.06129.66130.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 185 (72.66% from 255) = 32.74%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=33.63%
G=32.74%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018519000.0300.253003.773.53
HexBEB9BE0301912c44a
Octal276271276030314544112
Binary1011111010111001101111100110110011001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9BE; }

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

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

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

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

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

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

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

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