#BE98DF

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

Shades of Perfume #BE98DF

Tints of Perfume #BE98DF

Color information

#BE98DF (or 0xBE98DF) is unknown color: approx Perfume. HEX triplet: BE, 98 and DF. RGB value is (190,152,223). Sum of RGB (Red+Green+Blue) = 190+152+223=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98DF is #416720. Grayscale: #ABABAB. Windows color (decimal): -4286241 or 14653630. OLE color: 14653630.

HSL color Cylindrical-coordinate representation of color #BE98DF: hue angle of 272.11º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE98DF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190152223-
CMYK0.150.3200.13
HSL272.11º52.59%73.53%-
HSV(B)272.11º31.84%87.45%-
XYZ45.7838.7374.87-
YUV171.46157.09141.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=33.63%
G=26.90%
B=39.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901522230.150.3200.13272.1152.5973.53
HexBE98DFF200D110354a
Octal276230337174001542065112
Binary1011111010011000110111111111100000011011000100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98DF; }

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

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

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

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

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

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

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

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