#BE99DC

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

Shades of Perfume #BE99DC

Tints of Perfume #BE99DC

Color information

#BE99DC (or 0xBE99DC) is unknown color: approx Perfume. HEX triplet: BE, 99 and DC. RGB value is (190,153,220). Sum of RGB (Red+Green+Blue) = 190+153+220=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99DC is #416623. Grayscale: #ABABAB. Windows color (decimal): -4285988 or 14457278. OLE color: 14457278.

HSL color Cylindrical-coordinate representation of color #BE99DC: hue angle of 273.13º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE99DC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190153220-
CMYK0.140.3000.14
HSL273.13º48.91%73.14%-
HSV(B)273.13º30.45%86.27%-
XYZ45.5438.972.82-
YUV171.7155.26141.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=33.75%
G=27.18%
B=39.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901532200.140.3000.14273.1348.9173.14
HexBE99DCE1E0E1113149
Octal276231334163601642161111
Binary101111101001100111011100111011110011101000100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99DC; }

 p { color: rgb(190,153,220); }

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

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

 a { background-color: rgb(190,153,220); }

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

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

 span { border-color: rgb(190,153,220); }

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