#BCACC1

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

Shades of Lola #BCACC1

Tints of Lola #BCACC1

Color information

#BCACC1 (or 0xBCACC1) is unknown color: approx Lola. HEX triplet: BC, AC and C1. RGB value is (188,172,193). Sum of RGB (Red+Green+Blue) = 188+172+193=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC1 is #43533E. Grayscale: #B3B3B3. Windows color (decimal): -4412223 or 12692668. OLE color: 12692668.

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

Color convert

RGB188172193-
CMYK0.030.1100.24
HSL285.71º14.48%71.57%-
HSV(B)285.71º10.88%75.69%-
XYZ45.1244.0556.58-
YUV179.18135.8134.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=34.00%
G=31.10%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881721930.030.1100.24285.7114.4871.57
HexBCACC13B01811ee48
Octal27425430131303043616110
Binary10111100101011001100000111101101100010001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACC1; }

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

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

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

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

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

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

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

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