#BF90AF

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

Shades of Lily #BF90AF

Tints of Lily #BF90AF

Color information

#BF90AF (or 0xBF90AF) is unknown color: approx Lily. HEX triplet: BF, 90 and AF. RGB value is (191,144,175). Sum of RGB (Red+Green+Blue) = 191+144+175=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AF is #406F50. Grayscale: #A1A1A1. Windows color (decimal): -4222801 or 11505855. OLE color: 11505855.

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

Color convert

RGB191144175-
CMYK00.250.080.25
HSL320.43º26.86%65.69%-
HSV(B)320.43º24.61%74.9%-
XYZ39.234.1245.08-
YUV161.59135.57148.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=37.45%
G=28.24%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114417500.250.080.25320.4326.8665.69
HexBF90AF0198191401b42
Octal277220257031103150033102
Binary101111111001000010101111011001100011001101000000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90AF; }

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

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

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

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

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

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

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

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