#C29BEF

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

Shades of Perfume #C29BEF

Tints of Perfume #C29BEF

Color information

#C29BEF (or 0xC29BEF) is unknown color: approx Perfume. HEX triplet: C2, 9B and EF. RGB value is (194,155,239). Sum of RGB (Red+Green+Blue) = 194+155+239=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #C29BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BEF is #3D6410. Grayscale: #AFAFAF. Windows color (decimal): -4023313 or 15702978. OLE color: 15702978.

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

Color convert

RGB194155239-
CMYK0.190.3500.06
HSL267.86º72.41%77.25%-
HSV(B)267.86º35.15%93.73%-
XYZ49.5541.1486.99-
YUV176.24163.42140.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=32.99%
G=26.36%
B=40.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941552390.190.3500.06267.8672.4177.25
HexC29BEF13230610c484d
Octal302233357234306414110115
Binary11000010100110111110111110011100011011010000110010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BEF; }

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

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

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

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

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

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

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

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