#A2BAED

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

Shades of Perano #A2BAED

Tints of Perano #A2BAED

Color information

#A2BAED (or 0xA2BAED) is unknown color: approx Perano. HEX triplet: A2, BA and ED. RGB value is (162,186,237). Sum of RGB (Red+Green+Blue) = 162+186+237=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BAED is #5D4512. Grayscale: #B8B8B8. Windows color (decimal): -6112531 or 15579810. OLE color: 15579810.

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

Color convert

RGB162186237-
CMYK0.320.2200.07
HSL220.8º67.57%78.24%-
HSV(B)220.8º31.65%92.94%-
XYZ47.7548.9187.05-
YUV184.64157.55111.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=27.69%
G=31.79%
B=40.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621862370.320.2200.07220.867.5778.24
HexA2BAED201607dd444e
Octal242272355402607335104116
Binary1010001010111010111011011000001011001111101110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAED; }

 p { color: rgb(162,186,237); }

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

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

 a { background-color: rgb(162,186,237); }

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

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

 span { border-color: rgb(162,186,237); }

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