#BC9AC3

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

Shades of Lola #BC9AC3

Tints of Lola #BC9AC3

Color information

#BC9AC3 (or 0xBC9AC3) is unknown color: approx Lola. HEX triplet: BC, 9A and C3. RGB value is (188,154,195). Sum of RGB (Red+Green+Blue) = 188+154+195=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC9AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AC3 is #43653C. Grayscale: #A8A8A8. Windows color (decimal): -4416829 or 12819132. OLE color: 12819132.

HSL color Cylindrical-coordinate representation of color #BC9AC3: hue angle of 289.76º 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 #BC9AC3 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188154195-
CMYK0.040.2100.24
HSL289.76º25.47%68.43%-
HSV(B)289.76º21.03%76.47%-
XYZ42.1437.7456.69-
YUV168.84142.76141.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=35.01%
G=28.68%
B=36.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881541950.040.2100.24289.7625.4768.43
HexBC9AC34150181221944
Octal27423230342503044231104
Binary10111100100110101100001110010101011000100100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AC3; }

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

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

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

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

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

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

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

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