#ABB9E1

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

Shades of Perano #ABB9E1

Tints of Perano #ABB9E1

Color information

#ABB9E1 (or 0xABB9E1) is unknown color: approx Perano. HEX triplet: AB, B9 and E1. RGB value is (171,185,225). Sum of RGB (Red+Green+Blue) = 171+185+225=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABB9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9E1 is #54461E. Grayscale: #B9B9B9. Windows color (decimal): -5522975 or 14793131. OLE color: 14793131.

HSL color Cylindrical-coordinate representation of color #ABB9E1: hue angle of 224.44º 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 #ABB9E1 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171185225-
CMYK0.240.1800.12
HSL224.44º47.37%77.65%-
HSV(B)224.44º24%88.24%-
XYZ47.7348.7978.14-
YUV185.37150.36117.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=29.43%
G=31.84%
B=38.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711852250.240.1800.12224.4447.3777.65
HexABB9E118120Ce02f4e
Octal253271341302201434057116
Binary101010111011100111100001110001001001100111000001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9E1; }

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

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

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

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

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

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

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

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