#BC9DC1

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

Shades of Lola #BC9DC1

Tints of Lola #BC9DC1

Color information

#BC9DC1 (or 0xBC9DC1) is unknown color: approx Lola. HEX triplet: BC, 9D and C1. RGB value is (188,157,193). Sum of RGB (Red+Green+Blue) = 188+157+193=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DC1 is #43623E. Grayscale: #AAAAAA. Windows color (decimal): -4416063 or 12688828. OLE color: 12688828.

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

Color convert

RGB188157193-
CMYK0.030.1900.24
HSL291.67º22.5%68.63%-
HSV(B)291.67º18.65%75.69%-
XYZ42.4238.6655.68-
YUV170.37140.77140.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=34.94%
G=29.18%
B=35.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881571930.030.1900.24291.6722.568.63
HexBC9DC13130181241645
Octal27423530132303044426105
Binary1011110010011101110000011110011011000100100100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DC1; }

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

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

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

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

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

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

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

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