#C5ACEC

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

Shades of Perfume #C5ACEC

Tints of Perfume #C5ACEC

Color information

#C5ACEC (or 0xC5ACEC) is unknown color: approx Perfume. HEX triplet: C5, AC and EC. RGB value is (197,172,236). Sum of RGB (Red+Green+Blue) = 197+172+236=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACEC is #3A5313. Grayscale: #BABABA. Windows color (decimal): -3822356 or 15510725. OLE color: 15510725.

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

Color convert

RGB197172236-
CMYK0.170.2700.07
HSL263.44º62.75%80%-
HSV(B)263.44º27.12%92.55%-
XYZ52.9247.4385.72-
YUV186.77155.78135.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=32.56%
G=28.43%
B=39.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971722360.170.2700.07263.4462.7580
HexC5ACEC111B071073f50
Octal30525435421330740777120
Binary110001011010110011101100100011101101111000001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACEC; }

 p { color: rgb(197,172,236); }

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

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

 a { background-color: rgb(197,172,236); }

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

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

 span { border-color: rgb(197,172,236); }

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