#ACABEF

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

Shades of Perano #ACABEF

Tints of Perano #ACABEF

Color information

#ACABEF (or 0xACABEF) is unknown color: approx Perano. HEX triplet: AC, AB and EF. RGB value is (172,171,239). Sum of RGB (Red+Green+Blue) = 172+171+239=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEF is #535410. Grayscale: #B2B2B2. Windows color (decimal): -5461009 or 15707052. OLE color: 15707052.

HSL color Cylindrical-coordinate representation of color #ACABEF: hue angle of 240.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACABEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172171239-
CMYK0.280.2800.06
HSL240.88º68%80.39%-
HSV(B)240.88º28.45%93.73%-
XYZ47.1644.1387.69-
YUV179.05161.83122.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=29.55%
G=29.38%
B=41.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721712390.280.2800.06240.886880.39
HexACABEF1C1C06f14450
Octal254253357343406361104120
Binary101011001010101111101111111001110001101111000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABEF; }

 p { color: rgb(172,171,239); }

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

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

 a { background-color: rgb(172,171,239); }

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

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

 span { border-color: rgb(172,171,239); }

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