#BC92AD

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

Shades of Lily #BC92AD

Tints of Lily #BC92AD

Color information

#BC92AD (or 0xBC92AD) is unknown color: approx Lily. HEX triplet: BC, 92 and AD. RGB value is (188,146,173). Sum of RGB (Red+Green+Blue) = 188+146+173=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AD is #436D52. Grayscale: #A1A1A1. Windows color (decimal): -4418899 or 11375292. OLE color: 11375292.

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

Color convert

RGB188146173-
CMYK00.220.080.26
HSL321.43º23.86%65.49%-
HSV(B)321.43º22.34%73.73%-
XYZ38.5634.2744.12-
YUV161.64134.41146.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=37.08%
G=28.80%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814617300.220.080.26321.4323.8665.49
HexBC92AD01681A1411841
Octal274222255026103250130101
Binary101111001001001010101101010110100011010101000001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92AD; }

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

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

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

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

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

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

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

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