#A2BAEE

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

Shades of Perano #A2BAEE

Tints of Perano #A2BAEE

Color information

#A2BAEE (or 0xA2BAEE) is unknown color: approx Perano. HEX triplet: A2, BA and EE. RGB value is (162,186,238). Sum of RGB (Red+Green+Blue) = 162+186+238=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BAEE is #5D4511. Grayscale: #B8B8B8. Windows color (decimal): -6112530 or 15645346. OLE color: 15645346.

HSL color Cylindrical-coordinate representation of color #A2BAEE: hue angle of 221.05º degrees, saturation: 0.69, 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 #A2BAEE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162186238-
CMYK0.320.2200.07
HSL221.05º69.09%78.43%-
HSV(B)221.05º31.93%93.33%-
XYZ47.8948.9787.82-
YUV184.75158.05111.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.65%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=27.65%
G=31.74%
B=40.61%

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
Decimal1621862380.320.2200.07221.0569.0978.43
HexA2BAEE201607dd454e
Octal242272356402607335105116
Binary1010001010111010111011101000001011001111101110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAEE; }

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

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

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

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

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

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

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

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