#BF90B4

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

Shades of Lily #BF90B4

Tints of Lily #BF90B4

Color information

#BF90B4 (or 0xBF90B4) is unknown color: approx Lily. HEX triplet: BF, 90 and B4. RGB value is (191,144,180). Sum of RGB (Red+Green+Blue) = 191+144+180=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90B4 is #406F4B. Grayscale: #A2A2A2. Windows color (decimal): -4222796 or 11833535. OLE color: 11833535.

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

Color convert

RGB191144180-
CMYK00.250.060.25
HSL314.04º26.86%65.69%-
HSV(B)314.04º24.61%74.9%-
XYZ39.734.3247.71-
YUV162.16138.07148.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=37.09%
G=27.96%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114418000.250.060.25314.0426.8665.69
HexBF90B401961913a1b42
Octal27722026403163147233102
Binary10111111100100001011010001100111011001100111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90B4; }

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

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

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

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

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

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

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

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