#BCA6BF

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

Shades of Lola #BCA6BF

Tints of Lola #BCA6BF

Color information

#BCA6BF (or 0xBCA6BF) is unknown color: approx Lola. HEX triplet: BC, A6 and BF. RGB value is (188,166,191). Sum of RGB (Red+Green+Blue) = 188+166+191=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6BF is #435940. Grayscale: #AFAFAF. Windows color (decimal): -4413761 or 12560060. OLE color: 12560060.

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

Color convert

RGB188166191-
CMYK0.020.1300.25
HSL292.8º16.34%70%-
HSV(B)292.8º13.09%74.9%-
XYZ43.7841.7355.04-
YUV175.43136.79136.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 35.05%
R=34.50%
G=30.46%
B=35.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881661910.020.1300.25292.816.3470
HexBCA6BF2D0191251046
Octal27424627721503144520106
Binary101111001010011010111111101101011001100100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6BF; }

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

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

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

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

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

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

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

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