#BF9FEB

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

Shades of Perfume #BF9FEB

Tints of Perfume #BF9FEB

Color information

#BF9FEB (or 0xBF9FEB) is unknown color: approx Perfume. HEX triplet: BF, 9F and EB. RGB value is (191,159,235). Sum of RGB (Red+Green+Blue) = 191+159+235=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FEB is #406014. Grayscale: #B0B0B0. Windows color (decimal): -4218901 or 15441855. OLE color: 15441855.

HSL color Cylindrical-coordinate representation of color #BF9FEB: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9FEB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191159235-
CMYK0.190.3200.08
HSL265.26º65.52%77.25%-
HSV(B)265.26º32.34%92.16%-
XYZ48.8841.8784.1-
YUV177.23160.6137.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=32.65%
G=27.18%
B=40.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911592350.190.3200.08265.2665.5277.25
HexBF9FEB132008109424d
Octal2772373532340010411102115
Binary101111111001111111101011100111000000100010000100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FEB; }

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

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

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

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

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

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

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

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