#A5BAE3

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

Shades of Perano #A5BAE3

Tints of Perano #A5BAE3

Color information

#A5BAE3 (or 0xA5BAE3) is unknown color: approx Perano. HEX triplet: A5, BA and E3. RGB value is (165,186,227). Sum of RGB (Red+Green+Blue) = 165+186+227=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5BAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAE3 is #5A451C. Grayscale: #B8B8B8. Windows color (decimal): -5915933 or 14924453. OLE color: 14924453.

HSL color Cylindrical-coordinate representation of color #A5BAE3: hue angle of 219.68º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5BAE3 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165186227-
CMYK0.270.1800.11
HSL219.68º52.54%76.86%-
HSV(B)219.68º27.31%89.02%-
XYZ46.9448.6679.59-
YUV184.4152.04114.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 227 (89.06% from 255) = 39.27%
R=28.55%
G=32.18%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651862270.270.1800.11219.6852.5476.86
HexA5BAE31B120Bdc354d
Octal245272343332201333465115
Binary101001011011101011100011110111001001011110111001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAE3; }

 p { color: rgb(165,186,227); }

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

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

 a { background-color: rgb(165,186,227); }

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

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

 span { border-color: rgb(165,186,227); }

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