#BC9CC2

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

Shades of Lola #BC9CC2

Tints of Lola #BC9CC2

Color information

#BC9CC2 (or 0xBC9CC2) is unknown color: approx Lola. HEX triplet: BC, 9C and C2. RGB value is (188,156,194). Sum of RGB (Red+Green+Blue) = 188+156+194=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CC2 is #43633D. Grayscale: #A9A9A9. Windows color (decimal): -4416318 or 12754108. OLE color: 12754108.

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

Color convert

RGB188156194-
CMYK0.030.2000.24
HSL290.53º23.75%68.63%-
HSV(B)290.53º19.59%76.08%-
XYZ42.3738.3656.21-
YUV169.9141.6140.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=34.94%
G=29.00%
B=36.06%

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
Decimal1881561940.030.2000.24290.5323.7568.63
HexBC9CC23140181231845
Octal27423430232403044330105
Binary1011110010011100110000101110100011000100100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CC2; }

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

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

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

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

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

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

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

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