#BF9AFF

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

Shades of Perfume #BF9AFF

Tints of Perfume #BF9AFF

Color information

#BF9AFF (or 0xBF9AFF) is unknown color: approx Perfume. HEX triplet: BF, 9A and FF. RGB value is (191,154,255). Sum of RGB (Red+Green+Blue) = 191+154+255=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9AFF is #406500. Grayscale: #B0B0B0. Windows color (decimal): -4220161 or 16751295. OLE color: 16751295.

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

Color convert

RGB191154255-
CMYK0.250.4000
HSL261.98º100%80.2%-
HSV(B)261.98º39.61%100%-
XYZ51.0941.4199.91-
YUV176.58172.26138.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 154 (60.55% from 255) = 25.67%
BLUE value IS 255 (100% from 255) = 42.5%
R=31.83%
G=25.67%
B=42.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911542550.250.4000261.9810080.2
HexBF9AFF1928001066450
Octal277232377315000406144120
Binary101111111001101011111111110011010000010000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AFF; }

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

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

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

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

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

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

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

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