#A9ABEC

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

Shades of Perano #A9ABEC

Tints of Perano #A9ABEC

Color information

#A9ABEC (or 0xA9ABEC) is unknown color: approx Perano. HEX triplet: A9, AB and EC. RGB value is (169,171,236). Sum of RGB (Red+Green+Blue) = 169+171+236=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABEC is #565413. Grayscale: #B1B1B1. Windows color (decimal): -5657620 or 15510441. OLE color: 15510441.

HSL color Cylindrical-coordinate representation of color #A9ABEC: hue angle of 238.21º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ABEC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169171236-
CMYK0.280.2800.07
HSL238.21º63.81%79.41%-
HSV(B)238.21º28.39%92.55%-
XYZ46.0743.6285.35-
YUV177.81160.84121.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=29.34%
G=29.69%
B=40.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691712360.280.2800.07238.2163.8179.41
HexA9ABEC1C1C07ee404f
Octal251253354343407356100117
Binary101010011010101111101100111001110001111110111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABEC; }

 p { color: rgb(169,171,236); }

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

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

 a { background-color: rgb(169,171,236); }

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

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

 span { border-color: rgb(169,171,236); }

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