#BEB2C1

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

Shades of Lola #BEB2C1

Tints of Lola #BEB2C1

Color information

#BEB2C1 (or 0xBEB2C1) is unknown color: approx Lola. HEX triplet: BE, B2 and C1. RGB value is (190,178,193). Sum of RGB (Red+Green+Blue) = 190+178+193=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2C1 is #414D3E. Grayscale: #B7B7B7. Windows color (decimal): -4279615 or 12694206. OLE color: 12694206.

HSL color Cylindrical-coordinate representation of color #BEB2C1: hue angle of 288º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB2C1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190178193-
CMYK0.020.0800.24
HSL288º10.79%72.75%-
HSV(B)288º7.77%75.69%-
XYZ46.7846.6456.99-
YUV183.3133.48132.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=33.87%
G=31.73%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901781930.020.0800.2428810.7972.75
HexBEB2C128018120b49
Octal27626230121003044013111
Binary10111110101100101100000110100001100010010000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2C1; }

 p { color: rgb(190,178,193); }

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

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

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

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

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

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

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