#BCA9BF

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

Shades of Lola #BCA9BF

Tints of Lola #BCA9BF

Color information

#BCA9BF (or 0xBCA9BF) is unknown color: approx Lola. HEX triplet: BC, A9 and BF. RGB value is (188,169,191). Sum of RGB (Red+Green+Blue) = 188+169+191=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9BF is #435640. Grayscale: #B1B1B1. Windows color (decimal): -4412993 or 12560828. OLE color: 12560828.

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

Color convert

RGB188169191-
CMYK0.020.1200.25
HSL291.82º14.67%70.59%-
HSV(B)291.82º11.52%74.9%-
XYZ44.3342.8355.22-
YUV177.19135.79135.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 191 (75% from 255) = 34.85%
R=34.31%
G=30.84%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881691910.020.1200.25291.8214.6770.59
HexBCA9BF2C019124f47
Octal27425127721403144417107
Binary10111100101010011011111110110001100110010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9BF; }

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

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

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

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

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

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

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

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