#BF9EFA

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

Shades of Perfume #BF9EFA

Tints of Perfume #BF9EFA

Color information

#BF9EFA (or 0xBF9EFA) is unknown color: approx Perfume. HEX triplet: BF, 9E and FA. RGB value is (191,158,250). Sum of RGB (Red+Green+Blue) = 191+158+250=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EFA is #406105. Grayscale: #B2B2B2. Windows color (decimal): -4219142 or 16424639. OLE color: 16424639.

HSL color Cylindrical-coordinate representation of color #BF9EFA: hue angle of 261.52º degrees, saturation: 0.9, 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 #BF9EFA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191158250-
CMYK0.240.3700.02
HSL261.52º90.2%80%-
HSV(B)261.52º36.8%98.04%-
XYZ50.9742.4395.95-
YUV178.36168.43137.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=31.89%
G=26.38%
B=41.74%

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
Decimal1911582500.240.3700.02261.5290.280
HexBF9EFA1825021065a50
Octal277236372304502406132120
Binary1011111110011110111110101100010010101010000011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EFA; }

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

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

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

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

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

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

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

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