#BC9DB6

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

Shades of Lily #BC9DB6

Tints of Lily #BC9DB6

Color information

#BC9DB6 (or 0xBC9DB6) is unknown color: approx Lily. HEX triplet: BC, 9D and B6. RGB value is (188,157,182). Sum of RGB (Red+Green+Blue) = 188+157+182=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DB6 is #436249. Grayscale: #A9A9A9. Windows color (decimal): -4416074 or 11967932. OLE color: 11967932.

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

Color convert

RGB188157182-
CMYK00.160.030.26
HSL311.61º18.79%67.65%-
HSV(B)311.61º16.49%73.73%-
XYZ41.2438.1849.45-
YUV169.12135.27141.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=35.67%
G=29.79%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815718200.160.030.26311.6118.7967.65
HexBC9DB601031A1381344
Octal27423526602033247023104
Binary1011110010011101101101100100001111010100111000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DB6; }

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

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

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

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

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

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

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

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