#BC99AA

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

Shades of Lily #BC99AA

Tints of Lily #BC99AA

Color information

#BC99AA (or 0xBC99AA) is unknown color: approx Lily. HEX triplet: BC, 99 and AA. RGB value is (188,153,170). Sum of RGB (Red+Green+Blue) = 188+153+170=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99AA is #436655. Grayscale: #A5A5A5. Windows color (decimal): -4417110 or 11180476. OLE color: 11180476.

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

Color convert

RGB188153170-
CMYK00.190.100.26
HSL330.86º20.71%66.86%-
HSV(B)330.86º18.62%73.73%-
XYZ39.3936.3842.98-
YUV165.4130.6144.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=36.79%
G=29.94%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815317000.190.100.26330.8620.7166.86
HexBC99AA013A1A14b1543
Octal274231252023123251325103
Binary101111001001100110101010010011101011010101001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99AA; }

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

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

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

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

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

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

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

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