#BC92A9

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

Shades of Lily #BC92A9

Tints of Lily #BC92A9

Color information

#BC92A9 (or 0xBC92A9) is unknown color: approx Lily. HEX triplet: BC, 92 and A9. RGB value is (188,146,169). Sum of RGB (Red+Green+Blue) = 188+146+169=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A9 is #436D56. Grayscale: #A1A1A1. Windows color (decimal): -4418903 or 11113148. OLE color: 11113148.

HSL color Cylindrical-coordinate representation of color #BC92A9: hue angle of 327.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC92A9 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188146169-
CMYK00.220.100.26
HSL327.14º23.86%65.49%-
HSV(B)327.14º22.34%73.73%-
XYZ38.1834.1142.11-
YUV161.18132.41147.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=37.38%
G=29.03%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814616900.220.100.26327.1423.8665.49
HexBC92A9016A1A1471841
Octal274222251026123250730101
Binary101111001001001010101001010110101011010101000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92A9; }

 p { color: rgb(188,146,169); }

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

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

 a { background-color: rgb(188,146,169); }

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

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

 span { border-color: rgb(188,146,169); }

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