#C49BEF

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

Shades of Perfume #C49BEF

Tints of Perfume #C49BEF

Color information

#C49BEF (or 0xC49BEF) is unknown color: approx Perfume. HEX triplet: C4, 9B and EF. RGB value is (196,155,239). Sum of RGB (Red+Green+Blue) = 196+155+239=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #C49BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BEF is #3B6410. Grayscale: #B0B0B0. Windows color (decimal): -3892241 or 15702980. OLE color: 15702980.

HSL color Cylindrical-coordinate representation of color #C49BEF: hue angle of 269.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49BEF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196155239-
CMYK0.180.3500.06
HSL269.29º72.41%77.25%-
HSV(B)269.29º35.15%93.73%-
XYZ50.0741.4187.02-
YUV176.84163.08141.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=33.22%
G=26.27%
B=40.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961552390.180.3500.06269.2972.4177.25
HexC49BEF12230610d484d
Octal304233357224306415110115
Binary11000100100110111110111110010100011011010000110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BEF; }

 p { color: rgb(196,155,239); }

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

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

 a { background-color: rgb(196,155,239); }

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

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

 span { border-color: rgb(196,155,239); }

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