#C4ABEC

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

Shades of Perfume #C4ABEC

Tints of Perfume #C4ABEC

Color information

#C4ABEC (or 0xC4ABEC) is unknown color: approx Perfume. HEX triplet: C4, AB and EC. RGB value is (196,171,236). Sum of RGB (Red+Green+Blue) = 196+171+236=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABEC is #3B5413. Grayscale: #B9B9B9. Windows color (decimal): -3888148 or 15510468. OLE color: 15510468.

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

Color convert

RGB196171236-
CMYK0.170.2800.07
HSL263.08º63.11%79.8%-
HSV(B)263.08º27.54%92.55%-
XYZ52.4746.9285.65-
YUV185.88156.28135.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.50%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=32.50%
G=28.36%
B=39.14%

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
Decimal1961712360.170.2800.07263.0863.1179.8
HexC4ABEC111C071073f50
Octal30425335421340740777120
Binary110001001010101111101100100011110001111000001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABEC; }

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

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

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

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

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

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

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

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