#BEB2C3

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

Shades of Lola #BEB2C3

Tints of Lola #BEB2C3

Color information

#BEB2C3 (or 0xBEB2C3) is unknown color: approx Lola. HEX triplet: BE, B2 and C3. RGB value is (190,178,195). Sum of RGB (Red+Green+Blue) = 190+178+195=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2C3 is #414D3C. Grayscale: #B7B7B7. Windows color (decimal): -4279613 or 12825278. OLE color: 12825278.

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

Color convert

RGB190178195-
CMYK0.030.0900.24
HSL282.35º12.41%73.14%-
HSV(B)282.35º8.72%76.47%-
XYZ47.0146.7358.17-
YUV183.53134.48132.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=33.75%
G=31.62%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901781950.030.0900.24282.3512.4173.14
HexBEB2C33901811ac49
Octal27626230331103043214111
Binary10111110101100101100001111100101100010001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2C3; }

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

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

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

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

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

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

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

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