#BD92AE

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

Shades of Lily #BD92AE

Tints of Lily #BD92AE

Color information

#BD92AE (or 0xBD92AE) is unknown color: approx Lily. HEX triplet: BD, 92 and AE. RGB value is (189,146,174). Sum of RGB (Red+Green+Blue) = 189+146+174=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AE is #426D51. Grayscale: #A1A1A1. Windows color (decimal): -4353362 or 11440829. OLE color: 11440829.

HSL color Cylindrical-coordinate representation of color #BD92AE: hue angle of 320.93º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92AE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189146174-
CMYK00.230.080.26
HSL320.93º24.57%65.69%-
HSV(B)320.93º22.75%74.12%-
XYZ38.9134.4344.64-
YUV162.05134.75147.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=37.13%
G=28.68%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914617400.230.080.26320.9324.5765.69
HexBD92AE01781A1411942
Octal275222256027103250131102
Binary101111011001001010101110010111100011010101000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92AE; }

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

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

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

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

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

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

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

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