#BC9FB7

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

Shades of Lily #BC9FB7

Tints of Lily #BC9FB7

Color information

#BC9FB7 (or 0xBC9FB7) is unknown color: approx Lily. HEX triplet: BC, 9F and B7. RGB value is (188,159,183). Sum of RGB (Red+Green+Blue) = 188+159+183=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB7 is #436048. Grayscale: #AAAAAA. Windows color (decimal): -4415561 or 12033980. OLE color: 12033980.

HSL color Cylindrical-coordinate representation of color #BC9FB7: hue angle of 310.34º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FB7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188159183-
CMYK00.150.030.26
HSL310.34º17.79%68.04%-
HSV(B)310.34º15.43%73.73%-
XYZ41.6838.9150.11-
YUV170.41135.11140.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=35.47%
G=30%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815918300.150.030.26310.3417.7968.04
HexBC9FB70F31A1361244
Octal27423726701733246622104
Binary101111001001111110110111011111111010100110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FB7; }

 p { color: rgb(188,159,183); }

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

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

 a { background-color: rgb(188,159,183); }

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

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

 span { border-color: rgb(188,159,183); }

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