#BC9BAE

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

Shades of Lily #BC9BAE

Tints of Lily #BC9BAE

Color information

#BC9BAE (or 0xBC9BAE) is unknown color: approx Lily. HEX triplet: BC, 9B and AE. RGB value is (188,155,174). Sum of RGB (Red+Green+Blue) = 188+155+174=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9BAE is #436451. Grayscale: #A6A6A6. Windows color (decimal): -4416594 or 11443132. OLE color: 11443132.

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

Color convert

RGB188155174-
CMYK00.180.070.26
HSL325.45º19.76%67.25%-
HSV(B)325.45º17.55%73.73%-
XYZ40.137.1945.11-
YUV167.03131.93142.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=36.36%
G=29.98%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815517400.180.070.26325.4519.7667.25
HexBC9BAE01271A1451443
Octal27423325602273250524103
Binary10111100100110111010111001001011111010101000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9BAE; }

 p { color: rgb(188,155,174); }

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

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

 a { background-color: rgb(188,155,174); }

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

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

 span { border-color: rgb(188,155,174); }

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