#BF9FEE

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

Shades of Perfume #BF9FEE

Tints of Perfume #BF9FEE

Color information

#BF9FEE (or 0xBF9FEE) is unknown color: approx Perfume. HEX triplet: BF, 9F and EE. RGB value is (191,159,238). Sum of RGB (Red+Green+Blue) = 191+159+238=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FEE is #406011. Grayscale: #B1B1B1. Windows color (decimal): -4218898 or 15638463. OLE color: 15638463.

HSL color Cylindrical-coordinate representation of color #BF9FEE: hue angle of 264.3º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9FEE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191159238-
CMYK0.200.3300.07
HSL264.3º69.91%77.84%-
HSV(B)264.3º33.19%93.33%-
XYZ49.3242.0586.41-
YUV177.57162.1137.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=32.48%
G=27.04%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911592380.200.3300.07264.369.9177.84
HexBF9FEE142107108464e
Octal277237356244107410106116
Binary10111111100111111110111010100100001011110000100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FEE; }

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

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

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

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

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

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

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

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