#BEA8CD

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

Shades of Perfume #BEA8CD

Tints of Perfume #BEA8CD

Color information

#BEA8CD (or 0xBEA8CD) is unknown color: approx Perfume. HEX triplet: BE, A8 and CD. RGB value is (190,168,205). Sum of RGB (Red+Green+Blue) = 190+168+205=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8CD is #415732. Grayscale: #B2B2B2. Windows color (decimal): -4282163 or 13478078. OLE color: 13478078.

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

Color convert

RGB190168205-
CMYK0.070.1800.20
HSL275.68º27.01%73.14%-
HSV(B)275.68º18.05%80.39%-
XYZ46.2643.3663.69-
YUV178.8142.79135.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=33.75%
G=29.84%
B=36.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901682050.070.1800.20275.6827.0173.14
HexBEA8CD7120141141b49
Octal27625031572202442433111
Binary10111110101010001100110111110010010100100010100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8CD; }

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

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

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

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

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

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

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

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