#C6ABEC

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

Shades of Perfume #C6ABEC

Tints of Perfume #C6ABEC

Color information

#C6ABEC (or 0xC6ABEC) is unknown color: approx Perfume. HEX triplet: C6, AB and EC. RGB value is (198,171,236). Sum of RGB (Red+Green+Blue) = 198+171+236=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 171 (67.19% from 255 or 28.26% 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 #C6ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABEC is #395413. Grayscale: #BABABA. Windows color (decimal): -3757076 or 15510470. OLE color: 15510470.

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

Color convert

RGB198171236-
CMYK0.160.2800.07
HSL264.92º63.11%79.8%-
HSV(B)264.92º27.54%92.55%-
XYZ52.9947.1985.67-
YUV186.48155.95136.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=32.73%
G=28.26%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981712360.160.2800.07264.9263.1179.8
HexC6ABEC101C071093f50
Octal30625335420340741177120
Binary110001101010101111101100100001110001111000010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABEC; }

 p { color: rgb(198,171,236); }

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

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

 a { background-color: rgb(198,171,236); }

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

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

 span { border-color: rgb(198,171,236); }

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