#BCA1BE

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

Shades of Lola #BCA1BE

Tints of Lola #BCA1BE

Color information

#BCA1BE (or 0xBCA1BE) is unknown color: approx Lola. HEX triplet: BC, A1 and BE. RGB value is (188,161,190). Sum of RGB (Red+Green+Blue) = 188+161+190=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BE is #435E41. Grayscale: #ACACAC. Windows color (decimal): -4415042 or 12493244. OLE color: 12493244.

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

Color convert

RGB188161190-
CMYK0.010.1500.25
HSL295.86º18.24%68.82%-
HSV(B)295.86º15.26%74.51%-
XYZ42.7839.954.16-
YUV172.38137.95139.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=34.88%
G=29.87%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881611900.010.1500.25295.8618.2468.82
HexBCA1BE1F0191281245
Octal27424127611703145022105
Binary10111100101000011011111011111011001100101000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1BE; }

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

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

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

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

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

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

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

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