#A2B4EC

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

Shades of Perano #A2B4EC

Tints of Perano #A2B4EC

Color information

#A2B4EC (or 0xA2B4EC) is unknown color: approx Perano. HEX triplet: A2, B4 and EC. RGB value is (162,180,236). Sum of RGB (Red+Green+Blue) = 162+180+236=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B4EC is #5D4B13. Grayscale: #B4B4B4. Windows color (decimal): -6114068 or 15512738. OLE color: 15512738.

HSL color Cylindrical-coordinate representation of color #A2B4EC: hue angle of 225.41º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B4EC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162180236-
CMYK0.310.2400.07
HSL225.41º66.07%78.04%-
HSV(B)225.41º31.36%92.55%-
XYZ46.3646.3885.87-
YUV181159.04114.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.03%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=28.03%
G=31.14%
B=40.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621802360.310.2400.07225.4166.0778.04
HexA2B4EC1F1807e1424e
Octal242264354373007341102116
Binary101000101011010011101100111111100001111110000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B4EC; }

 p { color: rgb(162,180,236); }

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

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

 a { background-color: rgb(162,180,236); }

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

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

 span { border-color: rgb(162,180,236); }

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