#BD90AC

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

Shades of Lily #BD90AC

Tints of Lily #BD90AC

Color information

#BD90AC (or 0xBD90AC) is unknown color: approx Lily. HEX triplet: BD, 90 and AC. RGB value is (189,144,172). Sum of RGB (Red+Green+Blue) = 189+144+172=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90AC is #426F53. Grayscale: #A0A0A0. Windows color (decimal): -4353876 or 11309245. OLE color: 11309245.

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

Color convert

RGB189144172-
CMYK00.240.090.26
HSL322.67º25.42%65.29%-
HSV(B)322.67º23.81%74.12%-
XYZ38.4133.7443.52-
YUV160.65134.41148.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=37.43%
G=28.51%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914417200.240.090.26322.6725.4265.29
HexBD90AC01891A1431941
Octal275220254030113250331101
Binary101111011001000010101100011000100111010101000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90AC; }

 p { color: rgb(189,144,172); }

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

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

 a { background-color: rgb(189,144,172); }

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

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

 span { border-color: rgb(189,144,172); }

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