#BE98FD

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

Shades of Perfume #BE98FD

Tints of Perfume #BE98FD

Color information

#BE98FD (or 0xBE98FD) is unknown color: approx Perfume. HEX triplet: BE, 98 and FD. RGB value is (190,152,253). Sum of RGB (Red+Green+Blue) = 190+152+253=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98FD is #416702. Grayscale: #AEAEAE. Windows color (decimal): -4286211 or 16619710. OLE color: 16619710.

HSL color Cylindrical-coordinate representation of color #BE98FD: hue angle of 262.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE98FD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190152253-
CMYK0.250.4000.01
HSL262.57º96.19%79.41%-
HSV(B)262.57º39.92%99.22%-
XYZ50.1940.598.1-
YUV174.88172.09138.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=31.93%
G=25.55%
B=42.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901522530.250.4000.01262.5796.1979.41
HexBE98FD192801107604f
Octal276230375315001407140117
Binary101111101001100011111101110011010000110000011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98FD; }

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

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

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

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

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

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

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

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