#BC9DC2

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

Shades of Lola #BC9DC2

Tints of Lola #BC9DC2

Color information

#BC9DC2 (or 0xBC9DC2) is unknown color: approx Lola. HEX triplet: BC, 9D and C2. RGB value is (188,157,194). Sum of RGB (Red+Green+Blue) = 188+157+194=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC9DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DC2 is #43623D. Grayscale: #AAAAAA. Windows color (decimal): -4416062 or 12754364. OLE color: 12754364.

HSL color Cylindrical-coordinate representation of color #BC9DC2: hue angle of 290.27º degrees, saturation: 0.23, 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 #BC9DC2 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188157194-
CMYK0.030.1900.24
HSL290.27º23.27%68.82%-
HSV(B)290.27º19.07%76.08%-
XYZ42.5338.756.27-
YUV170.49141.27140.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=34.88%
G=29.13%
B=35.99%

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
Decimal1881571940.030.1900.24290.2723.2768.82
HexBC9DC23130181221745
Octal27423530232303044227105
Binary1011110010011101110000101110011011000100100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DC2; }

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

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

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

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

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

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

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

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