#BE98EA

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

Shades of Perfume #BE98EA

Tints of Perfume #BE98EA

Color information

#BE98EA (or 0xBE98EA) is unknown color: approx Perfume. HEX triplet: BE, 98 and EA. RGB value is (190,152,234). Sum of RGB (Red+Green+Blue) = 190+152+234=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98EA is #416715. Grayscale: #ACACAC. Windows color (decimal): -4286230 or 15374526. OLE color: 15374526.

HSL color Cylindrical-coordinate representation of color #BE98EA: hue angle of 267.8º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE98EA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190152234-
CMYK0.190.3500.08
HSL267.8º66.13%75.69%-
HSV(B)267.8º35.04%91.76%-
XYZ47.3139.3482.94-
YUV172.71162.59140.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=32.99%
G=26.39%
B=40.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901522340.190.3500.08267.866.1375.69
HexBE98EA13230810c424c
Octal2762303522343010414102114
Binary101111101001100011101010100111000110100010000110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98EA; }

 p { color: rgb(190,152,234); }

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

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

 a { background-color: rgb(190,152,234); }

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

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

 span { border-color: rgb(190,152,234); }

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