#BE95FF

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

Shades of Perfume #BE95FF

Tints of Perfume #BE95FF

Color information

#BE95FF (or 0xBE95FF) is unknown color: approx Perfume. HEX triplet: BE, 95 and FF. RGB value is (190,149,255). Sum of RGB (Red+Green+Blue) = 190+149+255=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE95FF is #416A00. Grayscale: #ACACAC. Windows color (decimal): -4286977 or 16750014. OLE color: 16750014.

HSL color Cylindrical-coordinate representation of color #BE95FF: hue angle of 263.21º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE95FF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190149255-
CMYK0.250.4200
HSL263.21º100%79.22%-
HSV(B)263.21º41.57%100%-
XYZ50.0339.6699.63-
YUV173.34174.08139.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 42.93%
R=31.99%
G=25.08%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901492550.250.4200263.2110079.22
HexBE95FF192A00107644f
Octal276225377315200407144117
Binary101111101001010111111111110011010100010000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95FF; }

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

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

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

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

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

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

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

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