#BEA9D0

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

Shades of Perfume #BEA9D0

Tints of Perfume #BEA9D0

Color information

#BEA9D0 (or 0xBEA9D0) is unknown color: approx Perfume. HEX triplet: BE, A9 and D0. RGB value is (190,169,208). Sum of RGB (Red+Green+Blue) = 190+169+208=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9D0 is #41562F. Grayscale: #B3B3B3. Windows color (decimal): -4281904 or 13674942. OLE color: 13674942.

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

Color convert

RGB190169208-
CMYK0.090.1900.18
HSL272.31º29.32%73.92%-
HSV(B)272.31º18.75%81.57%-
XYZ46.8143.8865.68-
YUV179.72143.96135.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=33.51%
G=29.81%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901692080.090.1900.18272.3129.3273.92
HexBEA9D09130121101d4a
Octal276251320112302242035112
Binary101111101010100111010000100110011010010100010000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9D0; }

 p { color: rgb(190,169,208); }

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

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

 a { background-color: rgb(190,169,208); }

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

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

 span { border-color: rgb(190,169,208); }

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