#BF8BB1

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

Shades of Lily #BF8BB1

Tints of Lily #BF8BB1

Color information

#BF8BB1 (or 0xBF8BB1) is unknown color: approx Lily. HEX triplet: BF, 8B and B1. RGB value is (191,139,177). Sum of RGB (Red+Green+Blue) = 191+139+177=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BB1 is #40744E. Grayscale: #9E9E9E. Windows color (decimal): -4224079 or 11635647. OLE color: 11635647.

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

Color convert

RGB191139177-
CMYK00.270.070.25
HSL316.15º28.89%64.71%-
HSV(B)316.15º27.23%74.9%-
XYZ38.6532.7245.87-
YUV158.88138.23150.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=37.67%
G=27.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113917700.270.070.25316.1528.8964.71
HexBF8BB101B71913c1d41
Octal27721326103373147435101
Binary10111111100010111011000101101111111001100111100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BB1; }

 p { color: rgb(191,139,177); }

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

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

 a { background-color: rgb(191,139,177); }

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

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

 span { border-color: rgb(191,139,177); }

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