#A5B2EF

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

Shades of Perano #A5B2EF

Tints of Perano #A5B2EF

Color information

#A5B2EF (or 0xA5B2EF) is unknown color: approx Perano. HEX triplet: A5, B2 and EF. RGB value is (165,178,239). Sum of RGB (Red+Green+Blue) = 165+178+239=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B2EF is #5A4D10. Grayscale: #B4B4B4. Windows color (decimal): -5917969 or 15708837. OLE color: 15708837.

HSL color Cylindrical-coordinate representation of color #A5B2EF: hue angle of 229.46º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B2EF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165178239-
CMYK0.310.2600.06
HSL229.46º69.81%79.22%-
HSV(B)229.46º30.96%93.73%-
XYZ47.0246.0788.08-
YUV181.07160.69116.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 239 (93.75% from 255) = 41.07%
R=28.35%
G=30.58%
B=41.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651782390.310.2600.06229.4669.8179.22
HexA5B2EF1F1A06e5464f
Octal245262357373206345106117
Binary101001011011001011101111111111101001101110010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B2EF; }

 p { color: rgb(165,178,239); }

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

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

 a { background-color: rgb(165,178,239); }

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

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

 span { border-color: rgb(165,178,239); }

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