#BF9FE6

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

Shades of Perfume #BF9FE6

Tints of Perfume #BF9FE6

Color information

#BF9FE6 (or 0xBF9FE6) is unknown color: approx Perfume. HEX triplet: BF, 9F and E6. RGB value is (191,159,230). Sum of RGB (Red+Green+Blue) = 191+159+230=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FE6 is #406019. Grayscale: #B0B0B0. Windows color (decimal): -4218906 or 15114175. OLE color: 15114175.

HSL color Cylindrical-coordinate representation of color #BF9FE6: hue angle of 267.04º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9FE6 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191159230-
CMYK0.170.3100.10
HSL267.04º58.68%76.27%-
HSV(B)267.04º30.87%90.2%-
XYZ48.1741.5980.35-
YUV176.66158.1138.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 230 (90.23% from 255) = 39.66%
R=32.93%
G=27.41%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911592300.170.3100.10267.0458.6876.27
HexBF9FE6111F0A10b3b4c
Octal277237346213701241373114
Binary1011111110011111111001101000111111010101000010111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FE6; }

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

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

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

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

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

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

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

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