#BEACD1

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

Shades of Perfume #BEACD1

Tints of Perfume #BEACD1

Color information

#BEACD1 (or 0xBEACD1) is unknown color: approx Perfume. HEX triplet: BE, AC and D1. RGB value is (190,172,209). Sum of RGB (Red+Green+Blue) = 190+172+209=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD1 is #41532E. Grayscale: #B5B5B5. Windows color (decimal): -4281135 or 13741246. OLE color: 13741246.

HSL color Cylindrical-coordinate representation of color #BEACD1: hue angle of 269.19º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEACD1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190172209-
CMYK0.090.1800.18
HSL269.19º28.68%74.71%-
HSV(B)269.19º17.7%81.96%-
XYZ47.545.0666.51-
YUV181.6143.46133.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=33.27%
G=30.12%
B=36.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901722090.090.1800.18269.1928.6874.71
HexBEACD191201210d1d4b
Octal276254321112202241535113
Binary101111101010110011010001100110010010010100001101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACD1; }

 p { color: rgb(190,172,209); }

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

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

 a { background-color: rgb(190,172,209); }

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

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

 span { border-color: rgb(190,172,209); }

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