#BC98AD

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

Shades of Lily #BC98AD

Tints of Lily #BC98AD

Color information

#BC98AD (or 0xBC98AD) is unknown color: approx Lily. HEX triplet: BC, 98 and AD. RGB value is (188,152,173). Sum of RGB (Red+Green+Blue) = 188+152+173=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98AD is #436752. Grayscale: #A5A5A5. Windows color (decimal): -4417363 or 11376828. OLE color: 11376828.

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

Color convert

RGB188152173-
CMYK00.190.080.26
HSL325º21.18%66.67%-
HSV(B)325º19.15%73.73%-
XYZ39.5136.1644.43-
YUV165.16132.43144.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=36.65%
G=29.63%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815217300.190.080.2632521.1866.67
HexBC98AD01381A1451543
Octal274230255023103250525103
Binary101111001001100010101101010011100011010101000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98AD; }

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

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

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

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

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

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

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

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