#BCA5BF

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

Shades of Lola #BCA5BF

Tints of Lola #BCA5BF

Color information

#BCA5BF (or 0xBCA5BF) is unknown color: approx Lola. HEX triplet: BC, A5 and BF. RGB value is (188,165,191). Sum of RGB (Red+Green+Blue) = 188+165+191=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5BF is #435A40. Grayscale: #AEAEAE. Windows color (decimal): -4414017 or 12559804. OLE color: 12559804.

HSL color Cylindrical-coordinate representation of color #BCA5BF: hue angle of 293.08º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA5BF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188165191-
CMYK0.020.1400.25
HSL293.08º16.88%69.8%-
HSV(B)293.08º13.61%74.9%-
XYZ43.641.3654.98-
YUV174.84137.12137.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 191 (75% from 255) = 35.11%
R=34.56%
G=30.33%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881651910.020.1400.25293.0816.8869.8
HexBCA5BF2E0191251146
Octal27424527721603144521106
Binary101111001010010110111111101110011001100100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5BF; }

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

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

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

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

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

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

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

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