#BEBABF

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

Shades of Lola #BEBABF

Tints of Lola #BEBABF

Color information

#BEBABF (or 0xBEBABF) is unknown color: approx Lola. HEX triplet: BE, BA and BF. RGB value is (190,186,191). Sum of RGB (Red+Green+Blue) = 190+186+191=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBABF is #414540. Grayscale: #BBBBBB. Windows color (decimal): -4277569 or 12565182. OLE color: 12565182.

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

Color convert

RGB190186191-
CMYK0.010.0300.25
HSL288º3.76%73.92%-
HSV(B)288º2.62%74.9%-
XYZ48.249.8356.37-
YUV187.77129.83129.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 191 (75% from 255) = 33.69%
R=33.51%
G=32.80%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901861910.010.0300.252883.7673.92
HexBEBABF1301912044a
Octal276272277130314404112
Binary1011111010111010101111111110110011001000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBABF; }

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

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

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

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

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

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

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

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