#BE95F3

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

Shades of Perfume #BE95F3

Tints of Perfume #BE95F3

Color information

#BE95F3 (or 0xBE95F3) is unknown color: approx Perfume. HEX triplet: BE, 95 and F3. RGB value is (190,149,243). Sum of RGB (Red+Green+Blue) = 190+149+243=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE95F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE95F3 is #416A0C. Grayscale: #ABABAB. Windows color (decimal): -4286989 or 15963582. OLE color: 15963582.

HSL color Cylindrical-coordinate representation of color #BE95F3: hue angle of 266.17º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE95F3 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190149243-
CMYK0.220.3900.05
HSL266.17º79.66%76.86%-
HSV(B)266.17º38.68%95.29%-
XYZ48.1638.9189.77-
YUV171.98168.08140.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 243 (95.31% from 255) = 41.75%
R=32.65%
G=25.60%
B=41.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901492430.220.3900.05266.1779.6676.86
HexBE95F316270510a504d
Octal276225363264705412120115
Binary10111110100101011111001110110100111010110000101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95F3; }

 p { color: rgb(190,149,243); }

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

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

 a { background-color: rgb(190,149,243); }

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

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

 span { border-color: rgb(190,149,243); }

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