#BF90AD

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

Shades of Lily #BF90AD

Tints of Lily #BF90AD

Color information

#BF90AD (or 0xBF90AD) is unknown color: approx Lily. HEX triplet: BF, 90 and AD. RGB value is (191,144,173). Sum of RGB (Red+Green+Blue) = 191+144+173=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AD is #406F52. Grayscale: #A1A1A1. Windows color (decimal): -4222803 or 11374783. OLE color: 11374783.

HSL color Cylindrical-coordinate representation of color #BF90AD: hue angle of 322.98º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90AD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191144173-
CMYK00.250.090.25
HSL322.98º26.86%65.69%-
HSV(B)322.98º24.61%74.9%-
XYZ3934.0444.05-
YUV161.36134.57149.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=37.60%
G=28.35%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114417300.250.090.25322.9826.8665.69
HexBF90AD0199191431b42
Octal277220255031113150333102
Binary101111111001000010101101011001100111001101000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90AD; }

 p { color: rgb(191,144,173); }

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

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

 a { background-color: rgb(191,144,173); }

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

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

 span { border-color: rgb(191,144,173); }

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