#BE95F0

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

Shades of Perfume #BE95F0

Tints of Perfume #BE95F0

Color information

#BE95F0 (or 0xBE95F0) is unknown color: approx Perfume. HEX triplet: BE, 95 and F0. RGB value is (190,149,240). Sum of RGB (Red+Green+Blue) = 190+149+240=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE95F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE95F0 is #416A0F. Grayscale: #ABABAB. Windows color (decimal): -4286992 or 15766974. OLE color: 15766974.

HSL color Cylindrical-coordinate representation of color #BE95F0: hue angle of 267.03º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE95F0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190149240-
CMYK0.210.3800.06
HSL267.03º75.21%76.27%-
HSV(B)267.03º37.92%94.12%-
XYZ47.7138.7387.4-
YUV171.63166.58141.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=32.82%
G=25.73%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901492400.210.3800.06267.0375.2176.27
HexBE95F015260610b4b4c
Octal276225360254606413113114
Binary10111110100101011111000010101100110011010000101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95F0; }

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

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

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

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

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

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

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

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