#BEA6D1

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

Shades of Perfume #BEA6D1

Tints of Perfume #BEA6D1

Color information

#BEA6D1 (or 0xBEA6D1) is unknown color: approx Perfume. HEX triplet: BE, A6 and D1. RGB value is (190,166,209). Sum of RGB (Red+Green+Blue) = 190+166+209=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6D1 is #41592E. Grayscale: #B1B1B1. Windows color (decimal): -4282671 or 13739710. OLE color: 13739710.

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

Color convert

RGB190166209-
CMYK0.090.2100.18
HSL273.49º31.85%73.53%-
HSV(B)273.49º20.57%81.96%-
XYZ46.3842.8266.14-
YUV178.08145.45136.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=33.63%
G=29.38%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901662090.090.2100.18273.4931.8573.53
HexBEA6D1915012111204a
Octal276246321112502242140112
Binary1011111010100110110100011001101010100101000100011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6D1; }

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

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

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

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

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

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

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

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