#BEB6BF

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

Shades of Lola #BEB6BF

Tints of Lola #BEB6BF

Color information

#BEB6BF (or 0xBEB6BF) is unknown color: approx Lola. HEX triplet: BE, B6 and BF. RGB value is (190,182,191). Sum of RGB (Red+Green+Blue) = 190+182+191=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6BF is #414940. Grayscale: #B9B9B9. Windows color (decimal): -4278593 or 12564158. OLE color: 12564158.

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

Color convert

RGB190182191-
CMYK0.010.0500.25
HSL293.33º6.57%73.14%-
HSV(B)293.33º4.71%74.9%-
XYZ47.3748.1656.09-
YUV185.42131.15131.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 191 (75% from 255) = 33.93%
R=33.75%
G=32.33%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901821910.010.0500.25293.336.5773.14
HexBEB6BF15019125749
Octal276266277150314457111
Binary10111110101101101011111111010110011001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6BF; }

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

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

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

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

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

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

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

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