#BEB8BF

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

Shades of Lola #BEB8BF

Tints of Lola #BEB8BF

Color information

#BEB8BF (or 0xBEB8BF) is unknown color: approx Lola. HEX triplet: BE, B8 and BF. RGB value is (190,184,191). Sum of RGB (Red+Green+Blue) = 190+184+191=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8BF is #414740. Grayscale: #BABABA. Windows color (decimal): -4278081 or 12564670. OLE color: 12564670.

HSL color Cylindrical-coordinate representation of color #BEB8BF: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEB8BF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190184191-
CMYK0.010.0400.25
HSL291.43º5.19%73.53%-
HSV(B)291.43º3.66%74.9%-
XYZ47.7848.9956.23-
YUV186.59130.49130.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 191 (75% from 255) = 33.81%
R=33.63%
G=32.57%
B=33.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901841910.010.0400.25291.435.1973.53
HexBEB8BF1401912354a
Octal276270277140314435112
Binary10111110101110001011111111000110011001000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8BF; }

 p { color: rgb(190,184,191); }

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

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

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

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

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

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

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