#C4ACEB

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

Shades of Perfume #C4ACEB

Tints of Perfume #C4ACEB

Color information

#C4ACEB (or 0xC4ACEB) is unknown color: approx Perfume. HEX triplet: C4, AC and EB. RGB value is (196,172,235). Sum of RGB (Red+Green+Blue) = 196+172+235=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACEB is #3B5314. Grayscale: #BABABA. Windows color (decimal): -3887893 or 15445188. OLE color: 15445188.

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

Color convert

RGB196172235-
CMYK0.170.2700.08
HSL262.86º61.17%79.8%-
HSV(B)262.86º26.81%92.16%-
XYZ52.5147.2484.95-
YUV186.36155.45134.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.50%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=32.50%
G=28.52%
B=38.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961722350.170.2700.08262.8661.1779.8
HexC4ACEB111B081073d50
Octal304254353213301040775120
Binary1100010010101100111010111000111011010001000001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACEB; }

 p { color: rgb(196,172,235); }

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

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

 a { background-color: rgb(196,172,235); }

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

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

 span { border-color: rgb(196,172,235); }

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