#BF9FD6

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

Shades of Perfume #BF9FD6

Tints of Perfume #BF9FD6

Color information

#BF9FD6 (or 0xBF9FD6) is unknown color: approx Perfume. HEX triplet: BF, 9F and D6. RGB value is (191,159,214). Sum of RGB (Red+Green+Blue) = 191+159+214=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FD6 is #406029. Grayscale: #AEAEAE. Windows color (decimal): -4218922 or 14065599. OLE color: 14065599.

HSL color Cylindrical-coordinate representation of color #BF9FD6: hue angle of 274.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9FD6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191159214-
CMYK0.110.2600.16
HSL274.91º40.15%73.14%-
HSV(B)274.91º25.7%83.92%-
XYZ46.0240.7369.05-
YUV174.84150.1139.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 214 (83.98% from 255) = 37.94%
R=33.87%
G=28.19%
B=37.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911592140.110.2600.16274.9140.1573.14
HexBF9FD6B1A0101132849
Octal277237326133202042350111
Binary1011111110011111110101101011110100100001000100111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FD6; }

 p { color: rgb(191,159,214); }

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

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

 a { background-color: rgb(191,159,214); }

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

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

 span { border-color: rgb(191,159,214); }

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