#BC99AD

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

Shades of Lily #BC99AD

Tints of Lily #BC99AD

Color information

#BC99AD (or 0xBC99AD) is unknown color: approx Lily. HEX triplet: BC, 99 and AD. RGB value is (188,153,173). Sum of RGB (Red+Green+Blue) = 188+153+173=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99AD is #436652. Grayscale: #A5A5A5. Windows color (decimal): -4417107 or 11377084. OLE color: 11377084.

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

Color convert

RGB188153173-
CMYK00.190.080.26
HSL325.71º20.71%66.86%-
HSV(B)325.71º18.62%73.73%-
XYZ39.6736.4944.49-
YUV165.74132.1143.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=36.58%
G=29.77%
B=33.66%

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
Decimal18815317300.190.080.26325.7120.7166.86
HexBC99AD01381A1461543
Octal274231255023103250625103
Binary101111001001100110101101010011100011010101000110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99AD; }

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

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

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

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

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

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

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

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