#ABB1EC

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

Shades of Perano #ABB1EC

Tints of Perano #ABB1EC

Color information

#ABB1EC (or 0xABB1EC) is unknown color: approx Perano. HEX triplet: AB, B1 and EC. RGB value is (171,177,236). Sum of RGB (Red+Green+Blue) = 171+177+236=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1EC is #544E13. Grayscale: #B5B5B5. Windows color (decimal): -5525012 or 15511979. OLE color: 15511979.

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

Color convert

RGB171177236-
CMYK0.280.2500.07
HSL234.46º63.11%79.8%-
HSV(B)234.46º27.54%92.55%-
XYZ47.6646.1685.75-
YUV181.93158.51120.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=29.28%
G=30.31%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711772360.280.2500.07234.4663.1179.8
HexABB1EC1C1907ea3f50
Octal25326135434310735277120
Binary10101011101100011110110011100110010111111010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1EC; }

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

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

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

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

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

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

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

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