#BE9FF6

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

Shades of Perfume #BE9FF6

Tints of Perfume #BE9FF6

Color information

#BE9FF6 (or 0xBE9FF6) is unknown color: approx Perfume. HEX triplet: BE, 9F and F6. RGB value is (190,159,246). Sum of RGB (Red+Green+Blue) = 190+159+246=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE9FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9FF6 is #416009. Grayscale: #B1B1B1. Windows color (decimal): -4284426 or 16162750. OLE color: 16162750.

HSL color Cylindrical-coordinate representation of color #BE9FF6: hue angle of 261.38º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9FF6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190159246-
CMYK0.230.3500.04
HSL261.38º82.86%79.41%-
HSV(B)261.38º35.37%96.47%-
XYZ50.2742.492.72-
YUV178.19166.27136.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=31.93%
G=26.72%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901592460.230.3500.04261.3882.8679.41
HexBE9FF6172304105534f
Octal276237366274304405123117
Binary10111110100111111111011010111100011010010000010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FF6; }

 p { color: rgb(190,159,246); }

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

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

 a { background-color: rgb(190,159,246); }

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

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

 span { border-color: rgb(190,159,246); }

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