#BE98E4

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

Shades of Perfume #BE98E4

Tints of Perfume #BE98E4

Color information

#BE98E4 (or 0xBE98E4) is unknown color: approx Perfume. HEX triplet: BE, 98 and E4. RGB value is (190,152,228). Sum of RGB (Red+Green+Blue) = 190+152+228=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE98E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98E4 is #41671B. Grayscale: #ABABAB. Windows color (decimal): -4286236 or 14981310. OLE color: 14981310.

HSL color Cylindrical-coordinate representation of color #BE98E4: hue angle of 270º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE98E4 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190152228-
CMYK0.170.3300.11
HSL270º58.46%74.51%-
HSV(B)270º33.33%89.41%-
XYZ46.4739.0178.48-
YUV172.03159.59140.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 228 (89.45% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901522280.170.3300.1127058.4674.51
HexBE98E411210B10e3a4b
Octal276230344214101341672113
Binary10111110100110001110010010001100001010111000011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98E4; }

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

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

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

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

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

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

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

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