#BF9EFF

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

Shades of Perfume #BF9EFF

Tints of Perfume #BF9EFF

Color information

#BF9EFF (or 0xBF9EFF) is unknown color: approx Perfume. HEX triplet: BF, 9E and FF. RGB value is (191,158,255). Sum of RGB (Red+Green+Blue) = 191+158+255=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EFF is #406100. Grayscale: #B2B2B2. Windows color (decimal): -4219137 or 16752319. OLE color: 16752319.

HSL color Cylindrical-coordinate representation of color #BF9EFF: hue angle of 260.41º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9EFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191158255-
CMYK0.250.3800
HSL260.41º100%80.98%-
HSV(B)260.41º38.04%100%-
XYZ51.7642.75100.13-
YUV178.92170.93136.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 255 (100% from 255) = 42.22%
R=31.62%
G=26.16%
B=42.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911582550.250.3800260.4110080.98
HexBF9EFF1926001046451
Octal277236377314600404144121
Binary101111111001111011111111110011001100010000010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EFF; }

 p { color: rgb(191,158,255); }

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

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

 a { background-color: rgb(191,158,255); }

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

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

 span { border-color: rgb(191,158,255); }

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