#BCA1BC

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

Shades of Lola #BCA1BC

Tints of Lola #BCA1BC

Color information

#BCA1BC (or 0xBCA1BC) is unknown color: approx Lola. HEX triplet: BC, A1 and BC. RGB value is (188,161,188). Sum of RGB (Red+Green+Blue) = 188+161+188=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BC is #435E43. Grayscale: #ACACAC. Windows color (decimal): -4415044 or 12362172. OLE color: 12362172.

HSL color Cylindrical-coordinate representation of color #BCA1BC: hue angle of 300º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1BC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188161188-
CMYK00.1400.26
HSL300º16.77%68.43%-
HSV(B)300º14.36%73.73%-
XYZ42.5639.8153.02-
YUV172.15136.95139.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=35.01%
G=29.98%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816118800.1400.2630016.7768.43
HexBCA1BC0E01A12c1144
Octal27424127401603245421104
Binary10111100101000011011110001110011010100101100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1BC; }

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

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

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

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

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

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

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

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