#BEA5DC

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

Shades of Perfume #BEA5DC

Tints of Perfume #BEA5DC

Color information

#BEA5DC (or 0xBEA5DC) is unknown color: approx Perfume. HEX triplet: BE, A5 and DC. RGB value is (190,165,220). Sum of RGB (Red+Green+Blue) = 190+165+220=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5DC is #415A23. Grayscale: #B2B2B2. Windows color (decimal): -4282916 or 14460350. OLE color: 14460350.

HSL color Cylindrical-coordinate representation of color #BEA5DC: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA5DC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190165220-
CMYK0.140.2500.14
HSL267.27º44%75.49%-
HSV(B)267.27º25%86.27%-
XYZ47.6143.0273.51-
YUV178.74151.28136.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=33.04%
G=28.70%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901652200.140.2500.14267.274475.49
HexBEA5DCE190E10b2c4b
Octal276245334163101641354113
Binary101111101010010111011100111011001011101000010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5DC; }

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

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

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

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

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

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

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

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