#BD92AD

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

Shades of Lily #BD92AD

Tints of Lily #BD92AD

Color information

#BD92AD (or 0xBD92AD) is unknown color: approx Lily. HEX triplet: BD, 92 and AD. RGB value is (189,146,173). Sum of RGB (Red+Green+Blue) = 189+146+173=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AD is #426D52. Grayscale: #A1A1A1. Windows color (decimal): -4353363 or 11375293. OLE color: 11375293.

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

Color convert

RGB189146173-
CMYK00.230.080.26
HSL322.33º24.57%65.69%-
HSV(B)322.33º22.75%74.12%-
XYZ38.8134.3944.13-
YUV161.94134.25147.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=37.20%
G=28.74%
B=34.06%

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
Decimal18914617300.230.080.26322.3324.5765.69
HexBD92AD01781A1421942
Octal275222255027103250231102
Binary101111011001001010101101010111100011010101000010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92AD; }

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

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

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

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

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

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

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

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