#BEBABE

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

Shades of Lola #BEBABE

Tints of Lola #BEBABE

Color information

#BEBABE (or 0xBEBABE) is unknown color: approx Lola. HEX triplet: BE, BA and BE. RGB value is (190,186,190). Sum of RGB (Red+Green+Blue) = 190+186+190=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBABE is #414541. Grayscale: #BBBBBB. Windows color (decimal): -4277570 or 12499646. OLE color: 12499646.

HSL color Cylindrical-coordinate representation of color #BEBABE: hue angle of 300º 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 #BEBABE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190186190-
CMYK00.0200.25
HSL300º2.99%73.73%-
HSV(B)300º2.11%74.51%-
XYZ48.0949.7855.79-
YUV187.65129.33129.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=33.57%
G=32.86%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018619000.0200.253002.9973.73
HexBEBABE0201912c34a
Octal276272276020314543112
Binary101111101011101010111110010011001100101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBABE; }

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

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

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

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

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

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

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

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