#ABB1E1

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

Shades of Perano #ABB1E1

Tints of Perano #ABB1E1

Color information

#ABB1E1 (or 0xABB1E1) is unknown color: approx Perano. HEX triplet: AB, B1 and E1. RGB value is (171,177,225). Sum of RGB (Red+Green+Blue) = 171+177+225=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1E1 is #544E1E. Grayscale: #B4B4B4. Windows color (decimal): -5525023 or 14791083. OLE color: 14791083.

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

Color convert

RGB171177225-
CMYK0.240.2100.12
HSL233.33º47.37%77.65%-
HSV(B)233.33º24%88.24%-
XYZ46.1145.5477.59-
YUV180.68153.01121.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=29.84%
G=30.89%
B=39.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711772250.240.2100.12233.3347.3777.65
HexABB1E118150Ce92f4e
Octal253261341302501435157116
Binary101010111011000111100001110001010101100111010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1E1; }

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

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

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

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

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

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

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

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