#BC94AA

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

Shades of Lily #BC94AA

Tints of Lily #BC94AA

Color information

#BC94AA (or 0xBC94AA) is unknown color: approx Lily. HEX triplet: BC, 94 and AA. RGB value is (188,148,170). Sum of RGB (Red+Green+Blue) = 188+148+170=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94AA is #436B55. Grayscale: #A2A2A2. Windows color (decimal): -4418390 or 11179196. OLE color: 11179196.

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

Color convert

RGB188148170-
CMYK00.210.100.26
HSL327º22.99%65.88%-
HSV(B)327º21.28%73.73%-
XYZ38.5834.7742.71-
YUV162.47132.25146.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=37.15%
G=29.25%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814817000.210.100.2632722.9965.88
HexBC94AA015A1A1471742
Octal274224252025123250727102
Binary101111001001010010101010010101101011010101000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94AA; }

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

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

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

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

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

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

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

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