#BEBBBF

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

Shades of Lola #BEBBBF

Tints of Lola #BEBBBF

Color information

#BEBBBF (or 0xBEBBBF) is unknown color: approx Lola. HEX triplet: BE, BB and BF. RGB value is (190,187,191). Sum of RGB (Red+Green+Blue) = 190+187+191=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBBF is #414440. Grayscale: #BCBCBC. Windows color (decimal): -4277313 or 12565438. OLE color: 12565438.

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

Color convert

RGB190187191-
CMYK0.010.0200.25
HSL285º3.03%74.12%-
HSV(B)285º2.09%74.9%-
XYZ48.4150.2556.44-
YUV188.35129.49129.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 191 (75% from 255) = 33.63%
R=33.45%
G=32.92%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901871910.010.0200.252853.0374.12
HexBEBBBF1201911d34a
Octal276273277120314353112
Binary101111101011101110111111110011001100011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBBF; }

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

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

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

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

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

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

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

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