#C5ABEC

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

Shades of Perfume #C5ABEC

Tints of Perfume #C5ABEC

Color information

#C5ABEC (or 0xC5ABEC) is unknown color: approx Perfume. HEX triplet: C5, AB and EC. RGB value is (197,171,236). Sum of RGB (Red+Green+Blue) = 197+171+236=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABEC is #3A5413. Grayscale: #B9B9B9. Windows color (decimal): -3822612 or 15510469. OLE color: 15510469.

HSL color Cylindrical-coordinate representation of color #C5ABEC: hue angle of 264º 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 #C5ABEC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197171236-
CMYK0.170.2800.07
HSL264º63.11%79.8%-
HSV(B)264º27.54%92.55%-
XYZ52.7347.0585.66-
YUV186.18156.11135.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=32.62%
G=28.31%
B=39.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971712360.170.2800.0726463.1179.8
HexC5ABEC111C071083f50
Octal30525335421340741077120
Binary110001011010101111101100100011110001111000010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABEC; }

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

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

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

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

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

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

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

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