#BF9EEF

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

Shades of Perfume #BF9EEF

Tints of Perfume #BF9EEF

Color information

#BF9EEF (or 0xBF9EEF) is unknown color: approx Perfume. HEX triplet: BF, 9E and EF. RGB value is (191,158,239). Sum of RGB (Red+Green+Blue) = 191+158+239=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9EEF is #406110. Grayscale: #B0B0B0. Windows color (decimal): -4219153 or 15703743. OLE color: 15703743.

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

Color convert

RGB191158239-
CMYK0.200.3400.06
HSL264.44º71.68%77.84%-
HSV(B)264.44º33.89%93.73%-
XYZ49.2941.7687.12-
YUV177.1162.93137.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=32.48%
G=26.87%
B=40.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911582390.200.3400.06264.4471.6877.84
HexBF9EEF142206108484e
Octal277236357244206410110116
Binary10111111100111101110111110100100010011010000100010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EEF; }

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

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

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

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

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

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

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

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