#A2BAEA

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

Shades of Perano #A2BAEA

Tints of Perano #A2BAEA

Color information

#A2BAEA (or 0xA2BAEA) is unknown color: approx Perano. HEX triplet: A2, BA and EA. RGB value is (162,186,234). Sum of RGB (Red+Green+Blue) = 162+186+234=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BAEA is #5D4515. Grayscale: #B8B8B8. Windows color (decimal): -6112534 or 15383202. OLE color: 15383202.

HSL color Cylindrical-coordinate representation of color #A2BAEA: hue angle of 220º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BAEA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162186234-
CMYK0.310.2100.08
HSL220º63.16%77.65%-
HSV(B)220º30.77%91.76%-
XYZ47.3148.7484.76-
YUV184.3156.05112.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.84%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=27.84%
G=31.96%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621862340.310.2100.0822063.1677.65
HexA2BAEA1F1508dc3f4e
Octal242272352372501033477116
Binary101000101011101011101010111111010101000110111001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAEA; }

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

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

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

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

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

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

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

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