#BCA6C1

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

Shades of Lola #BCA6C1

Tints of Lola #BCA6C1

Color information

#BCA6C1 (or 0xBCA6C1) is unknown color: approx Lola. HEX triplet: BC, A6 and C1. RGB value is (188,166,193). Sum of RGB (Red+Green+Blue) = 188+166+193=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6C1 is #43593E. Grayscale: #AFAFAF. Windows color (decimal): -4413759 or 12691132. OLE color: 12691132.

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

Color convert

RGB188166193-
CMYK0.030.1400.24
HSL288.89º17.88%70.39%-
HSV(B)288.89º13.99%75.69%-
XYZ4441.8156.2-
YUV175.66137.79136.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=34.37%
G=30.35%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881661930.030.1400.24288.8917.8870.39
HexBCA6C13E0181211246
Octal27424630131603044122106
Binary101111001010011011000001111110011000100100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6C1; }

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

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

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

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

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

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

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

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