#ABB4E9

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

Shades of Perano #ABB4E9

Tints of Perano #ABB4E9

Color information

#ABB4E9 (or 0xABB4E9) is unknown color: approx Perano. HEX triplet: AB, B4 and E9. RGB value is (171,180,233). Sum of RGB (Red+Green+Blue) = 171+180+233=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABB4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4E9 is #544B16. Grayscale: #B7B7B7. Windows color (decimal): -5524247 or 15316139. OLE color: 15316139.

HSL color Cylindrical-coordinate representation of color #ABB4E9: hue angle of 231.29º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABB4E9 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171180233-
CMYK0.270.2300.09
HSL231.29º58.49%79.22%-
HSV(B)231.29º26.61%91.37%-
XYZ47.8247.1883.68-
YUV183.35156.02119.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 233 (91.41% from 255) = 39.90%
R=29.28%
G=30.82%
B=39.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711802330.270.2300.09231.2958.4979.22
HexABB4E91B1709e73a4f
Octal253264351332701134772117
Binary101010111011010011101001110111011101001111001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4E9; }

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

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

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

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

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

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

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

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