#BF9AFE

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

Shades of Perfume #BF9AFE

Tints of Perfume #BF9AFE

Color information

#BF9AFE (or 0xBF9AFE) is unknown color: approx Perfume. HEX triplet: BF, 9A and FE. RGB value is (191,154,254). Sum of RGB (Red+Green+Blue) = 191+154+254=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9AFE is #406501. Grayscale: #B0B0B0. Windows color (decimal): -4220162 or 16685759. OLE color: 16685759.

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

Color convert

RGB191154254-
CMYK0.250.3900.00
HSL262.2º98.04%80%-
HSV(B)262.2º39.37%99.61%-
XYZ50.9341.3499.06-
YUV176.46171.76138.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 154 (60.55% from 255) = 25.71%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=31.89%
G=25.71%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911542540.250.3900.00262.298.0480
HexBF9AFE1927001066250
Octal277232376314700406142120
Binary101111111001101011111110110011001110010000011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AFE; }

 p { color: rgb(191,154,254); }

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

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

 a { background-color: rgb(191,154,254); }

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

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

 span { border-color: rgb(191,154,254); }

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