#ABB4E1

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

Shades of Perano #ABB4E1

Tints of Perano #ABB4E1

Color information

#ABB4E1 (or 0xABB4E1) is unknown color: approx Perano. HEX triplet: AB, B4 and E1. RGB value is (171,180,225). Sum of RGB (Red+Green+Blue) = 171+180+225=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABB4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4E1 is #544B1E. Grayscale: #B6B6B6. Windows color (decimal): -5524255 or 14791851. OLE color: 14791851.

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

Color convert

RGB171180225-
CMYK0.240.200.12
HSL230º47.37%77.65%-
HSV(B)230º24%88.24%-
XYZ46.7146.7477.79-
YUV182.44152.02119.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 180 (70.70% from 255) = 31.25%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=29.69%
G=31.25%
B=39.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711802250.240.200.1223047.3777.65
HexABB4E118140Ce62f4e
Octal253264341302401434657116
Binary101010111011010011100001110001010001100111001101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4E1; }

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

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

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

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

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

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

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

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