#ABBAE9

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

Shades of Perano #ABBAE9

Tints of Perano #ABBAE9

Color information

#ABBAE9 (or 0xABBAE9) is unknown color: approx Perano. HEX triplet: AB, BA and E9. RGB value is (171,186,233). Sum of RGB (Red+Green+Blue) = 171+186+233=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABBAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAE9 is #544516. Grayscale: #BABABA. Windows color (decimal): -5522711 or 15317675. OLE color: 15317675.

HSL color Cylindrical-coordinate representation of color #ABBAE9: hue angle of 225.48º 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 #ABBAE9 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171186233-
CMYK0.270.2000.09
HSL225.48º58.49%79.22%-
HSV(B)225.48º26.61%91.37%-
XYZ49.0649.6684.09-
YUV186.87154.03116.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=28.98%
G=31.53%
B=39.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711862330.270.2000.09225.4858.4979.22
HexABBAE91B1409e13a4f
Octal253272351332401134172117
Binary101010111011101011101001110111010001001111000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAE9; }

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

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

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

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

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

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

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

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