#BCA5BC

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

Shades of Lola #BCA5BC

Tints of Lola #BCA5BC

Color information

#BCA5BC (or 0xBCA5BC) is unknown color: approx Lola. HEX triplet: BC, A5 and BC. RGB value is (188,165,188). Sum of RGB (Red+Green+Blue) = 188+165+188=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5BC is #435A43. Grayscale: #AEAEAE. Windows color (decimal): -4414020 or 12363196. OLE color: 12363196.

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

Color convert

RGB188165188-
CMYK00.1200.26
HSL300º14.65%69.22%-
HSV(B)300º12.23%73.73%-
XYZ43.2741.2353.25-
YUV174.5135.62137.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=34.75%
G=30.50%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816518800.1200.2630014.6569.22
HexBCA5BC0C01A12cf45
Octal27424527401403245417105
Binary1011110010100101101111000110001101010010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5BC; }

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

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

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

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

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

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

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

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