#BF9FFC

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

Shades of Perfume #BF9FFC

Tints of Perfume #BF9FFC

Color information

#BF9FFC (or 0xBF9FFC) is unknown color: approx Perfume. HEX triplet: BF, 9F and FC. RGB value is (191,159,252). Sum of RGB (Red+Green+Blue) = 191+159+252=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FFC is #406003. Grayscale: #B2B2B2. Windows color (decimal): -4218884 or 16555967. OLE color: 16555967.

HSL color Cylindrical-coordinate representation of color #BF9FFC: hue angle of 260.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9FFC is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191159252-
CMYK0.240.3700.01
HSL260.65º93.94%80.59%-
HSV(B)260.65º36.9%98.82%-
XYZ51.4542.997.66-
YUV179.17169.1136.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=31.73%
G=26.41%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911592520.240.3700.01260.6593.9480.59
HexBF9FFC1825011055e51
Octal277237374304501405136121
Binary101111111001111111111100110001001010110000010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FFC; }

 p { color: rgb(191,159,252); }

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

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

 a { background-color: rgb(191,159,252); }

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

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

 span { border-color: rgb(191,159,252); }

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