#BEA7CD

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

Shades of Perfume #BEA7CD

Tints of Perfume #BEA7CD

Color information

#BEA7CD (or 0xBEA7CD) is unknown color: approx Perfume. HEX triplet: BE, A7 and CD. RGB value is (190,167,205). Sum of RGB (Red+Green+Blue) = 190+167+205=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7CD is #415832. Grayscale: #B2B2B2. Windows color (decimal): -4282419 or 13477822. OLE color: 13477822.

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

Color convert

RGB190167205-
CMYK0.070.1900.20
HSL276.32º27.54%72.94%-
HSV(B)276.32º18.54%80.39%-
XYZ46.0742.9963.63-
YUV178.21143.12136.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=33.81%
G=29.72%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901672050.070.1900.20276.3227.5472.94
HexBEA7CD7130141141c49
Octal27624731572302442434111
Binary10111110101001111100110111110011010100100010100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7CD; }

 p { color: rgb(190,167,205); }

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

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

 a { background-color: rgb(190,167,205); }

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

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

 span { border-color: rgb(190,167,205); }

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