#BC9AC2

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

Shades of Lola #BC9AC2

Tints of Lola #BC9AC2

Color information

#BC9AC2 (or 0xBC9AC2) is unknown color: approx Lola. HEX triplet: BC, 9A and C2. RGB value is (188,154,194). Sum of RGB (Red+Green+Blue) = 188+154+194=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC9AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AC2 is #43653D. Grayscale: #A8A8A8. Windows color (decimal): -4416830 or 12753596. OLE color: 12753596.

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

Color convert

RGB188154194-
CMYK0.030.2100.24
HSL291º24.69%68.24%-
HSV(B)291º20.62%76.08%-
XYZ42.0337.756.1-
YUV168.73142.26141.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=35.07%
G=28.73%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881541940.030.2100.2429124.6968.24
HexBC9AC23150181231944
Octal27423230232503044331104
Binary1011110010011010110000101110101011000100100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AC2; }

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

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

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

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

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

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

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

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