#C4ABE0

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

Shades of Perfume #C4ABE0

Tints of Perfume #C4ABE0

Color information

#C4ABE0 (or 0xC4ABE0) is unknown color: approx Perfume. HEX triplet: C4, AB and E0. RGB value is (196,171,224). Sum of RGB (Red+Green+Blue) = 196+171+224=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABE0 is #3B541F. Grayscale: #B8B8B8. Windows color (decimal): -3888160 or 14724036. OLE color: 14724036.

HSL color Cylindrical-coordinate representation of color #C4ABE0: hue angle of 268.3º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4ABE0 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196171224-
CMYK0.120.2400.12
HSL268.3º46.09%77.45%-
HSV(B)268.3º23.66%87.84%-
XYZ50.7846.2476.77-
YUV184.52150.28136.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=33.16%
G=28.93%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961712240.120.2400.12268.346.0977.45
HexC4ABE0C180C10c2e4d
Octal304253340143001441456115
Binary110001001010101111100000110011000011001000011001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABE0; }

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

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

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

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

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

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

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

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