#BD90AE

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

Shades of Lily #BD90AE

Tints of Lily #BD90AE

Color information

#BD90AE (or 0xBD90AE) is unknown color: approx Lily. HEX triplet: BD, 90 and AE. RGB value is (189,144,174). Sum of RGB (Red+Green+Blue) = 189+144+174=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90AE is #426F51. Grayscale: #A0A0A0. Windows color (decimal): -4353874 or 11440317. OLE color: 11440317.

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

Color convert

RGB189144174-
CMYK00.240.080.26
HSL320º25.42%65.29%-
HSV(B)320º23.81%74.12%-
XYZ38.633.8244.54-
YUV160.88135.41148.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=37.28%
G=28.40%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914417400.240.080.2632025.4265.29
HexBD90AE01881A1401941
Octal275220256030103250031101
Binary101111011001000010101110011000100011010101000000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90AE; }

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

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

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

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

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

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

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

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