#BEAACE

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

Shades of Perfume #BEAACE

Tints of Perfume #BEAACE

Color information

#BEAACE (or 0xBEAACE) is unknown color: approx Perfume. HEX triplet: BE, AA and CE. RGB value is (190,170,206). Sum of RGB (Red+Green+Blue) = 190+170+206=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAACE is #415531. Grayscale: #B3B3B3. Windows color (decimal): -4281650 or 13544126. OLE color: 13544126.

HSL color Cylindrical-coordinate representation of color #BEAACE: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAACE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190170206-
CMYK0.080.1700.19
HSL273.33º26.87%73.73%-
HSV(B)273.33º17.48%80.78%-
XYZ46.7544.1564.45-
YUV180.08142.63135.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=33.57%
G=30.04%
B=36.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901702060.080.1700.19273.3326.8773.73
HexBEAACE8110131111b4a
Octal276252316102102342133112
Binary101111101010101011001110100010001010011100010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAACE; }

 p { color: rgb(190,170,206); }

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

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

 a { background-color: rgb(190,170,206); }

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

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

 span { border-color: rgb(190,170,206); }

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