#BEA5CE

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

Shades of Perfume #BEA5CE

Tints of Perfume #BEA5CE

Color information

#BEA5CE (or 0xBEA5CE) is unknown color: approx Perfume. HEX triplet: BE, A5 and CE. RGB value is (190,165,206). Sum of RGB (Red+Green+Blue) = 190+165+206=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5CE is #415A31. Grayscale: #B1B1B1. Windows color (decimal): -4282930 or 13542846. OLE color: 13542846.

HSL color Cylindrical-coordinate representation of color #BEA5CE: hue angle of 276.59º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA5CE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190165206-
CMYK0.080.2000.19
HSL276.59º29.5%72.75%-
HSV(B)276.59º19.9%80.78%-
XYZ45.8342.3164.14-
YUV177.15144.28137.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=33.87%
G=29.41%
B=36.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901652060.080.2000.19276.5929.572.75
HexBEA5CE8140131151d49
Octal276245316102402342535111
Binary101111101010010111001110100010100010011100010101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5CE; }

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

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

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

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

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

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

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

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