#BF8BB0

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

Shades of Lily #BF8BB0

Tints of Lily #BF8BB0

Color information

#BF8BB0 (or 0xBF8BB0) is unknown color: approx Lily. HEX triplet: BF, 8B and B0. RGB value is (191,139,176). Sum of RGB (Red+Green+Blue) = 191+139+176=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BB0 is #40744F. Grayscale: #9E9E9E. Windows color (decimal): -4224080 or 11570111. OLE color: 11570111.

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

Color convert

RGB191139176-
CMYK00.270.080.25
HSL317.31º28.89%64.71%-
HSV(B)317.31º27.23%74.9%-
XYZ38.5532.6845.35-
YUV158.77137.73150.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=37.75%
G=27.47%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113917600.270.080.25317.3128.8964.71
HexBF8BB001B81913d1d41
Octal277213260033103147535101
Binary101111111000101110110000011011100011001100111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BB0; }

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

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

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

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

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

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

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

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