#BF90AA

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

Shades of Lily #BF90AA

Tints of Lily #BF90AA

Color information

#BF90AA (or 0xBF90AA) is unknown color: approx Lily. HEX triplet: BF, 90 and AA. RGB value is (191,144,170). Sum of RGB (Red+Green+Blue) = 191+144+170=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AA is #406F55. Grayscale: #A0A0A0. Windows color (decimal): -4222806 or 11178175. OLE color: 11178175.

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

Color convert

RGB191144170-
CMYK00.250.110.25
HSL326.81º26.86%65.69%-
HSV(B)326.81º24.61%74.9%-
XYZ38.7133.9342.54-
YUV161.02133.07149.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=37.82%
G=28.51%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114417000.250.110.25326.8126.8665.69
HexBF90AA019B191471b42
Octal277220252031133150733102
Binary101111111001000010101010011001101111001101000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90AA; }

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

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

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

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

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

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

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

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