#BE95EC

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

Shades of Perfume #BE95EC

Tints of Perfume #BE95EC

Color information

#BE95EC (or 0xBE95EC) is unknown color: approx Perfume. HEX triplet: BE, 95 and EC. RGB value is (190,149,236). Sum of RGB (Red+Green+Blue) = 190+149+236=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE95EC is #416A13. Grayscale: #AAAAAA. Windows color (decimal): -4286996 or 15504830. OLE color: 15504830.

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

Color convert

RGB190149236-
CMYK0.190.3700.07
HSL268.28º69.6%75.49%-
HSV(B)268.28º36.86%92.55%-
XYZ47.1238.584.3-
YUV171.18164.58141.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=33.04%
G=25.91%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901492360.190.3700.07268.2869.675.49
HexBE95EC13250710c464b
Octal276225354234507414106113
Binary10111110100101011110110010011100101011110000110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95EC; }

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

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

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

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

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

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

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

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