#BEB0BE

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

Shades of Lola #BEB0BE

Tints of Lola #BEB0BE

Color information

#BEB0BE (or 0xBEB0BE) is unknown color: approx Lola. HEX triplet: BE, B0 and BE. RGB value is (190,176,190). Sum of RGB (Red+Green+Blue) = 190+176+190=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0BE is #414F41. Grayscale: #B5B5B5. Windows color (decimal): -4280130 or 12497086. OLE color: 12497086.

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

Color convert

RGB190176190-
CMYK00.0700.25
HSL300º9.72%71.76%-
HSV(B)300º7.37%74.51%-
XYZ46.0545.7255.11-
YUV181.78132.64133.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=34.17%
G=31.65%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017619000.0700.253009.7271.76
HexBEB0BE0701912ca48
Octal2762602760703145412110
Binary101111101011000010111110011101100110010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0BE; }

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

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

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

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

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

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

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

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