#BEACD3

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

Shades of Perfume #BEACD3

Tints of Perfume #BEACD3

Color information

#BEACD3 (or 0xBEACD3) is unknown color: approx Perfume. HEX triplet: BE, AC and D3. RGB value is (190,172,211). Sum of RGB (Red+Green+Blue) = 190+172+211=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD3 is #41532C. Grayscale: #B5B5B5. Windows color (decimal): -4281133 or 13872318. OLE color: 13872318.

HSL color Cylindrical-coordinate representation of color #BEACD3: hue angle of 267.69º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEACD3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190172211-
CMYK0.100.1800.17
HSL267.69º30.71%75.1%-
HSV(B)267.69º18.48%82.75%-
XYZ47.7545.1667.83-
YUV181.83144.46133.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 211 (82.81% from 255) = 36.82%
R=33.16%
G=30.02%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901722110.100.1800.17267.6930.7175.1
HexBEACD3A1201110c1f4b
Octal276254323122202141437113
Binary101111101010110011010011101010010010001100001100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACD3; }

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

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

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

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

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

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

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

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