#BD90AB

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

Shades of Lily #BD90AB

Tints of Lily #BD90AB

Color information

#BD90AB (or 0xBD90AB) is unknown color: approx Lily. HEX triplet: BD, 90 and AB. RGB value is (189,144,171). Sum of RGB (Red+Green+Blue) = 189+144+171=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90AB is #426F54. Grayscale: #A0A0A0. Windows color (decimal): -4353877 or 11243709. OLE color: 11243709.

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

Color convert

RGB189144171-
CMYK00.240.100.26
HSL324º25.42%65.29%-
HSV(B)324º23.81%74.12%-
XYZ38.3133.7143.01-
YUV160.53133.91148.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=37.5%
G=28.57%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914417100.240.100.2632425.4265.29
HexBD90AB018A1A1441941
Octal275220253030123250431101
Binary101111011001000010101011011000101011010101000100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90AB; }

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

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

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

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

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

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

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

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