#BC94AD

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

Shades of Lily #BC94AD

Tints of Lily #BC94AD

Color information

#BC94AD (or 0xBC94AD) is unknown color: approx Lily. HEX triplet: BC, 94 and AD. RGB value is (188,148,173). Sum of RGB (Red+Green+Blue) = 188+148+173=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94AD is #436B52. Grayscale: #A2A2A2. Windows color (decimal): -4418387 or 11375804. OLE color: 11375804.

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

Color convert

RGB188148173-
CMYK00.210.080.26
HSL322.5º22.99%65.88%-
HSV(B)322.5º21.28%73.73%-
XYZ38.8734.8944.22-
YUV162.81133.75145.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=36.94%
G=29.08%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814817300.210.080.26322.522.9965.88
HexBC94AD01581A1421742
Octal274224255025103250227102
Binary101111001001010010101101010101100011010101000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94AD; }

 p { color: rgb(188,148,173); }

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

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

 a { background-color: rgb(188,148,173); }

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

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

 span { border-color: rgb(188,148,173); }

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