#BEAACC

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

Shades of Perfume #BEAACC

Tints of Perfume #BEAACC

Color information

#BEAACC (or 0xBEAACC) is unknown color: approx Perfume. HEX triplet: BE, AA and CC. RGB value is (190,170,204). Sum of RGB (Red+Green+Blue) = 190+170+204=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAACC is #415533. Grayscale: #B3B3B3. Windows color (decimal): -4281652 or 13413054. OLE color: 13413054.

HSL color Cylindrical-coordinate representation of color #BEAACC: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAACC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190170204-
CMYK0.070.1700.2
HSL275.29º25%73.33%-
HSV(B)275.29º16.67%80%-
XYZ46.5144.0663.18-
YUV179.86141.63135.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=33.69%
G=30.14%
B=36.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901702040.070.1700.2275.292573.33
HexBEAACC7110141131949
Octal27625231472102442331111
Binary10111110101010101100110011110001010100100010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAACC; }

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

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

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

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

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

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

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

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