#BF9EFB

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

Shades of Perfume #BF9EFB

Tints of Perfume #BF9EFB

Color information

#BF9EFB (or 0xBF9EFB) is unknown color: approx Perfume. HEX triplet: BF, 9E and FB. RGB value is (191,158,251). Sum of RGB (Red+Green+Blue) = 191+158+251=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EFB is #406104. Grayscale: #B2B2B2. Windows color (decimal): -4219141 or 16490175. OLE color: 16490175.

HSL color Cylindrical-coordinate representation of color #BF9EFB: hue angle of 261.29º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9EFB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191158251-
CMYK0.240.3700.02
HSL261.29º92.08%80.2%-
HSV(B)261.29º37.05%98.43%-
XYZ51.1342.596.77-
YUV178.47168.93136.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=31.83%
G=26.33%
B=41.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911582510.240.3700.02261.2992.0880.2
HexBF9EFB1825021055c50
Octal277236373304502405134120
Binary1011111110011110111110111100010010101010000010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EFB; }

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

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

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

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

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

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

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

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