#BC92AE

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

Shades of Lily #BC92AE

Tints of Lily #BC92AE

Color information

#BC92AE (or 0xBC92AE) is unknown color: approx Lily. HEX triplet: BC, 92 and AE. RGB value is (188,146,174). Sum of RGB (Red+Green+Blue) = 188+146+174=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AE is #436D51. Grayscale: #A1A1A1. Windows color (decimal): -4418898 or 11440828. OLE color: 11440828.

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

Color convert

RGB188146174-
CMYK00.220.070.26
HSL320º23.86%65.49%-
HSV(B)320º22.34%73.73%-
XYZ38.6634.3144.63-
YUV161.75134.91146.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=37.01%
G=28.74%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814617400.220.070.2632023.8665.49
HexBC92AE01671A1401841
Octal27422225602673250030101
Binary10111100100100101010111001011011111010101000000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92AE; }

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

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

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

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

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

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

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

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