#BC9DAE

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

Shades of Lily #BC9DAE

Tints of Lily #BC9DAE

Color information

#BC9DAE (or 0xBC9DAE) is unknown color: approx Lily. HEX triplet: BC, 9D and AE. RGB value is (188,157,174). Sum of RGB (Red+Green+Blue) = 188+157+174=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DAE is #436251. Grayscale: #A8A8A8. Windows color (decimal): -4416082 or 11443644. OLE color: 11443644.

HSL color Cylindrical-coordinate representation of color #BC9DAE: hue angle of 327.1º 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 #BC9DAE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188157174-
CMYK00.160.070.26
HSL327.1º18.79%67.65%-
HSV(B)327.1º16.49%73.73%-
XYZ40.4437.8645.22-
YUV168.21131.27142.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=36.22%
G=30.25%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815717400.160.070.26327.118.7967.65
HexBC9DAE01071A1471344
Octal27423525602073250723104
Binary10111100100111011010111001000011111010101000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DAE; }

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

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

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

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

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

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

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

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