#BC95AE

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

Shades of Lily #BC95AE

Tints of Lily #BC95AE

Color information

#BC95AE (or 0xBC95AE) is unknown color: approx Lily. HEX triplet: BC, 95 and AE. RGB value is (188,149,174). Sum of RGB (Red+Green+Blue) = 188+149+174=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95AE is #436A51. Grayscale: #A3A3A3. Windows color (decimal): -4418130 or 11441596. OLE color: 11441596.

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

Color convert

RGB188149174-
CMYK00.210.070.26
HSL321.54º22.54%66.08%-
HSV(B)321.54º20.74%73.73%-
XYZ39.1335.2444.78-
YUV163.51133.92145.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=36.79%
G=29.16%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814917400.210.070.26321.5422.5466.08
HexBC95AE01571A1421742
Octal27422525602573250227102
Binary10111100100101011010111001010111111010101000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95AE; }

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

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

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

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

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

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

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

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