#A4B6EC

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

Shades of Perano #A4B6EC

Tints of Perano #A4B6EC

Color information

#A4B6EC (or 0xA4B6EC) is unknown color: approx Perano. HEX triplet: A4, B6 and EC. RGB value is (164,182,236). Sum of RGB (Red+Green+Blue) = 164+182+236=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4B6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B6EC is #5B4913. Grayscale: #B6B6B6. Windows color (decimal): -5982484 or 15513252. OLE color: 15513252.

HSL color Cylindrical-coordinate representation of color #A4B6EC: hue angle of 225º degrees, saturation: 0.65, 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 #A4B6EC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164182236-
CMYK0.310.2300.07
HSL225º65.45%78.43%-
HSV(B)225º30.51%92.55%-
XYZ47.1847.486.02-
YUV182.77158.04114.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.18%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=28.18%
G=31.27%
B=40.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641822360.310.2300.0722565.4578.43
HexA4B6EC1F1707e1414e
Octal244266354372707341101116
Binary101001001011011011101100111111011101111110000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6EC; }

 p { color: rgb(164,182,236); }

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

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

 a { background-color: rgb(164,182,236); }

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

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

 span { border-color: rgb(164,182,236); }

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