#BCA9C1

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

Shades of Lola #BCA9C1

Tints of Lola #BCA9C1

Color information

#BCA9C1 (or 0xBCA9C1) is unknown color: approx Lola. HEX triplet: BC, A9 and C1. RGB value is (188,169,193). Sum of RGB (Red+Green+Blue) = 188+169+193=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C1 is #43563E. Grayscale: #B1B1B1. Windows color (decimal): -4412991 or 12691900. OLE color: 12691900.

HSL color Cylindrical-coordinate representation of color #BCA9C1: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA9C1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188169193-
CMYK0.030.1200.24
HSL287.5º16.22%70.98%-
HSV(B)287.5º12.44%75.69%-
XYZ44.5542.9256.39-
YUV177.42136.79135.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=34.18%
G=30.73%
B=35.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881691930.030.1200.24287.516.2270.98
HexBCA9C13C0181201047
Octal27425130131403044020107
Binary101111001010100111000001111100011000100100000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9C1; }

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

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

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

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

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

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

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

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