#BCA0BE

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

Shades of Lola #BCA0BE

Tints of Lola #BCA0BE

Color information

#BCA0BE (or 0xBCA0BE) is unknown color: approx Lola. HEX triplet: BC, A0 and BE. RGB value is (188,160,190). Sum of RGB (Red+Green+Blue) = 188+160+190=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BE is #435F41. Grayscale: #ABABAB. Windows color (decimal): -4415298 or 12492988. OLE color: 12492988.

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

Color convert

RGB188160190-
CMYK0.010.1600.25
HSL296º18.75%68.63%-
HSV(B)296º15.79%74.51%-
XYZ42.639.5554.1-
YUV171.79138.28139.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=34.94%
G=29.74%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881601900.010.1600.2529618.7568.63
HexBCA0BE1100191281345
Octal27424027612003145023105
Binary101111001010000010111110110000011001100101000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0BE; }

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

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

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

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

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

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

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

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