#BC9AC1

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

Shades of Lola #BC9AC1

Tints of Lola #BC9AC1

Color information

#BC9AC1 (or 0xBC9AC1) is unknown color: approx Lola. HEX triplet: BC, 9A and C1. RGB value is (188,154,193). Sum of RGB (Red+Green+Blue) = 188+154+193=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC9AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AC1 is #43653E. Grayscale: #A8A8A8. Windows color (decimal): -4416831 or 12688060. OLE color: 12688060.

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

Color convert

RGB188154193-
CMYK0.030.2000.24
HSL292.31º23.93%68.04%-
HSV(B)292.31º20.21%75.69%-
XYZ41.9237.6555.51-
YUV168.61141.76141.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=35.14%
G=28.79%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881541930.030.2000.24292.3123.9368.04
HexBC9AC13140181241844
Octal27423230132403044430104
Binary1011110010011010110000011110100011000100100100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AC1; }

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

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

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

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

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

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

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

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