#BEA6CD

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

Shades of Perfume #BEA6CD

Tints of Perfume #BEA6CD

Color information

#BEA6CD (or 0xBEA6CD) is unknown color: approx Perfume. HEX triplet: BE, A6 and CD. RGB value is (190,166,205). Sum of RGB (Red+Green+Blue) = 190+166+205=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6CD is #415932. Grayscale: #B1B1B1. Windows color (decimal): -4282675 or 13477566. OLE color: 13477566.

HSL color Cylindrical-coordinate representation of color #BEA6CD: hue angle of 276.92º 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 #BEA6CD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190166205-
CMYK0.070.1900.20
HSL276.92º28.06%72.75%-
HSV(B)276.92º19.02%80.39%-
XYZ45.8942.6363.57-
YUV177.62143.45136.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=33.87%
G=29.59%
B=36.54%

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
Decimal1901662050.070.1900.20276.9228.0672.75
HexBEA6CD7130141151c49
Octal27624631572302442534111
Binary10111110101001101100110111110011010100100010101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6CD; }

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

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

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

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

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

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

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

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