#C29BEC

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

Shades of Perfume #C29BEC

Tints of Perfume #C29BEC

Color information

#C29BEC (or 0xC29BEC) is unknown color: approx Perfume. HEX triplet: C2, 9B and EC. RGB value is (194,155,236). Sum of RGB (Red+Green+Blue) = 194+155+236=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #C29BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BEC is #3D6413. Grayscale: #AFAFAF. Windows color (decimal): -4023316 or 15506370. OLE color: 15506370.

HSL color Cylindrical-coordinate representation of color #C29BEC: hue angle of 268.89º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29BEC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194155236-
CMYK0.180.3400.07
HSL268.89º68.07%76.67%-
HSV(B)268.89º34.32%92.55%-
XYZ49.1140.9784.68-
YUV175.9161.92140.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=33.16%
G=26.50%
B=40.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941552360.180.3400.07268.8968.0776.67
HexC29BEC12220710d444d
Octal302233354224207415104115
Binary11000010100110111110110010010100010011110000110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BEC; }

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

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

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

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

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

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

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

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