#abacfe

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

Shades of Perano #ABACFE

Tints of Perano #ABACFE

Color information

#ABACFE (or 0xABACFE) is unknown color: approx Perano. HEX triplet: AB, AC and FE. RGB value is (171,172,254). Sum of RGB (Red+Green+Blue) = 171+172+254=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACFE is #545301. Grayscale: #B4B4B4. Windows color (decimal): -5526274 or 16690347. OLE color: 16690347.

HSL color Cylindrical-coordinate representation of color #ABACFE: hue angle of 239.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABACFE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171172254-
CMYK0.330.3200.00
HSL239.28º97.65%83.33%-
HSV(B)239.28º32.68%99.61%-
XYZ49.4445.3299.91-
YUV181.05169.17120.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=28.64%
G=28.81%
B=42.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711722540.330.3200.00239.2897.6583.33
HexABACFE212000ef6253
Octal253254376414000357142123
Binary101010111010110011111110100001100000001110111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abacfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abacfe; }

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

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

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

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

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

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

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

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