#BEACBE

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

Shades of Lola #BEACBE

Tints of Lola #BEACBE

Color information

#BEACBE (or 0xBEACBE) is unknown color: approx Lola. HEX triplet: BE, AC and BE. RGB value is (190,172,190). Sum of RGB (Red+Green+Blue) = 190+172+190=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACBE is #415341. Grayscale: #B3B3B3. Windows color (decimal): -4281154 or 12496062. OLE color: 12496062.

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

Color convert

RGB190172190-
CMYK00.0900.25
HSL300º12.16%70.98%-
HSV(B)300º9.47%74.51%-
XYZ45.2844.1754.85-
YUV179.43133.96135.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=34.42%
G=31.16%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017219000.0900.2530012.1670.98
HexBEACBE0901912cc47
Octal27625427601103145414107
Binary1011111010101100101111100100101100110010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACBE; }

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

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

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

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

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

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

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

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