#C2ABEA

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

Shades of Perfume #C2ABEA

Tints of Perfume #C2ABEA

Color information

#C2ABEA (or 0xC2ABEA) is unknown color: approx Perfume. HEX triplet: C2, AB and EA. RGB value is (194,171,234). Sum of RGB (Red+Green+Blue) = 194+171+234=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABEA is #3D5415. Grayscale: #B8B8B8. Windows color (decimal): -4019222 or 15379394. OLE color: 15379394.

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

Color convert

RGB194171234-
CMYK0.170.2700.08
HSL261.9º60%79.41%-
HSV(B)261.9º26.92%91.76%-
XYZ51.6646.5484.1-
YUV185.06155.62134.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.39%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=32.39%
G=28.55%
B=39.07%

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
Decimal1941712340.170.2700.08261.96079.41
HexC2ABEA111B081063c4f
Octal302253352213301040674117
Binary1100001010101011111010101000111011010001000001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABEA; }

 p { color: rgb(194,171,234); }

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

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

 a { background-color: rgb(194,171,234); }

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

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

 span { border-color: rgb(194,171,234); }

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