#BEB6C1

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

Shades of Lola #BEB6C1

Tints of Lola #BEB6C1

Color information

#BEB6C1 (or 0xBEB6C1) is unknown color: approx Lola. HEX triplet: BE, B6 and C1. RGB value is (190,182,193). Sum of RGB (Red+Green+Blue) = 190+182+193=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6C1 is #41493E. Grayscale: #B9B9B9. Windows color (decimal): -4278591 or 12695230. OLE color: 12695230.

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

Color convert

RGB190182193-
CMYK0.020.0600.24
HSL283.64º8.15%73.53%-
HSV(B)283.64º5.7%75.69%-
XYZ47.5948.2557.26-
YUV185.65132.15131.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=33.63%
G=32.21%
B=34.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901821930.020.0600.24283.648.1573.53
HexBEB6C12601811c84a
Octal2762663012603043410112
Binary1011111010110110110000011011001100010001110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6C1; }

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

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

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

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

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

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

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

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