#BF9FE3

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

Shades of Perfume #BF9FE3

Tints of Perfume #BF9FE3

Color information

#BF9FE3 (or 0xBF9FE3) is unknown color: approx Perfume. HEX triplet: BF, 9F and E3. RGB value is (191,159,227). Sum of RGB (Red+Green+Blue) = 191+159+227=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FE3 is #40601C. Grayscale: #B0B0B0. Windows color (decimal): -4218909 or 14917567. OLE color: 14917567.

HSL color Cylindrical-coordinate representation of color #BF9FE3: hue angle of 268.24º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9FE3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191159227-
CMYK0.160.3000.11
HSL268.24º54.84%75.69%-
HSV(B)268.24º29.96%89.02%-
XYZ47.7541.4278.15-
YUV176.32156.6138.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 227 (89.06% from 255) = 39.34%
R=33.10%
G=27.56%
B=39.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911592270.160.3000.11268.2454.8475.69
HexBF9FE3101E0B10c374c
Octal277237343203601341467114
Binary1011111110011111111000111000011110010111000011001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FE3; }

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

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

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

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

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

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

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

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