#BCA2BC

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

Shades of Lola #BCA2BC

Tints of Lola #BCA2BC

Color information

#BCA2BC (or 0xBCA2BC) is unknown color: approx Lola. HEX triplet: BC, A2 and BC. RGB value is (188,162,188). Sum of RGB (Red+Green+Blue) = 188+162+188=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2BC is #435D43. Grayscale: #ACACAC. Windows color (decimal): -4414788 or 12362428. OLE color: 12362428.

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

Color convert

RGB188162188-
CMYK00.1400.26
HSL300º16.25%68.63%-
HSV(B)300º13.83%73.73%-
XYZ42.7440.1653.08-
YUV172.74136.61138.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=34.94%
G=30.11%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218800.1400.2630016.2568.63
HexBCA2BC0E01A12c1045
Octal27424227401603245420105
Binary10111100101000101011110001110011010100101100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2BC; }

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

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

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

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

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

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

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

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