#BC95B0

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

Shades of Lily #BC95B0

Tints of Lily #BC95B0

Color information

#BC95B0 (or 0xBC95B0) is unknown color: approx Lily. HEX triplet: BC, 95 and B0. RGB value is (188,149,176). Sum of RGB (Red+Green+Blue) = 188+149+176=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95B0 is #436A4F. Grayscale: #A3A3A3. Windows color (decimal): -4418128 or 11572668. OLE color: 11572668.

HSL color Cylindrical-coordinate representation of color #BC95B0: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC95B0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188149176-
CMYK00.210.060.26
HSL318.46º22.54%66.08%-
HSV(B)318.46º20.74%73.73%-
XYZ39.3235.3245.82-
YUV163.74134.92145.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=36.65%
G=29.04%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814917600.210.060.26318.4622.5466.08
HexBC95B001561A13e1742
Octal27422526002563247627102
Binary10111100100101011011000001010111011010100111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95B0; }

 p { color: rgb(188,149,176); }

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

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

 a { background-color: rgb(188,149,176); }

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

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

 span { border-color: rgb(188,149,176); }

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