#BEBCBE

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

Shades of Lola #BEBCBE

Tints of Lola #BEBCBE

Color information

#BEBCBE (or 0xBEBCBE) is unknown color: approx Lola. HEX triplet: BE, BC and BE. RGB value is (190,188,190). Sum of RGB (Red+Green+Blue) = 190+188+190=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCBE is #414341. Grayscale: #BCBCBC. Windows color (decimal): -4277058 or 12500158. OLE color: 12500158.

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

Color convert

RGB190188190-
CMYK00.0100.25
HSL300º1.52%74.12%-
HSV(B)300º1.05%74.51%-
XYZ48.5150.6355.93-
YUV188.83128.66128.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=33.45%
G=33.10%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018819000.0100.253001.5274.12
HexBEBCBE0101912c24a
Octal276274276010314542112
Binary10111110101111001011111001011001100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCBE; }

 p { color: rgb(190,188,190); }

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

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

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

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

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

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

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