#ABB3E9

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

Shades of Perano #ABB3E9

Tints of Perano #ABB3E9

Color information

#ABB3E9 (or 0xABB3E9) is unknown color: approx Perano. HEX triplet: AB, B3 and E9. RGB value is (171,179,233). Sum of RGB (Red+Green+Blue) = 171+179+233=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABB3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3E9 is #544C16. Grayscale: #B6B6B6. Windows color (decimal): -5524503 or 15315883. OLE color: 15315883.

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

Color convert

RGB171179233-
CMYK0.270.2300.09
HSL232.26º58.49%79.22%-
HSV(B)232.26º26.61%91.37%-
XYZ47.6246.7883.61-
YUV182.76156.35119.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=29.33%
G=30.70%
B=39.97%

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
Decimal1711792330.270.2300.09232.2658.4979.22
HexABB3E91B1709e83a4f
Octal253263351332701135072117
Binary101010111011001111101001110111011101001111010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3E9; }

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

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

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

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

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

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

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

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