#BC92A6

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

Shades of Lily #BC92A6

Tints of Lily #BC92A6

Color information

#BC92A6 (or 0xBC92A6) is unknown color: approx Lily. HEX triplet: BC, 92 and A6. RGB value is (188,146,166). Sum of RGB (Red+Green+Blue) = 188+146+166=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A6 is #436D59. Grayscale: #A0A0A0. Windows color (decimal): -4418906 or 10916540. OLE color: 10916540.

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

Color convert

RGB188146166-
CMYK00.220.120.26
HSL331.43º23.86%65.49%-
HSV(B)331.43º22.34%73.73%-
XYZ37.93440.64-
YUV160.84130.91147.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=37.6%
G=29.2%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814616600.220.120.26331.4323.8665.49
HexBC92A6016C1A14b1841
Octal274222246026143251330101
Binary101111001001001010100110010110110011010101001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92A6; }

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

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

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

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

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

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

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

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