#BF9EEE

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

Shades of Perfume #BF9EEE

Tints of Perfume #BF9EEE

Color information

#BF9EEE (or 0xBF9EEE) is unknown color: approx Perfume. HEX triplet: BF, 9E and EE. RGB value is (191,158,238). Sum of RGB (Red+Green+Blue) = 191+158+238=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EEE is #406111. Grayscale: #B0B0B0. Windows color (decimal): -4219154 or 15638207. OLE color: 15638207.

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

Color convert

RGB191158238-
CMYK0.200.3400.07
HSL264.75º70.18%77.65%-
HSV(B)264.75º33.61%93.33%-
XYZ49.1541.786.35-
YUV176.99162.43138-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=32.54%
G=26.92%
B=40.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911582380.200.3400.07264.7570.1877.65
HexBF9EEE142207109464e
Octal277236356244207411106116
Binary10111111100111101110111010100100010011110000100110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EEE; }

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

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

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

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

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

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

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

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