#A1BAEA

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

Shades of Perano #A1BAEA

Tints of Perano #A1BAEA

Color information

#A1BAEA (or 0xA1BAEA) is unknown color: approx Perano. HEX triplet: A1, BA and EA. RGB value is (161,186,234). Sum of RGB (Red+Green+Blue) = 161+186+234=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAEA is #5E4515. Grayscale: #B7B7B7. Windows color (decimal): -6178070 or 15383201. OLE color: 15383201.

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

Color convert

RGB161186234-
CMYK0.310.2100.08
HSL219.45º63.48%77.45%-
HSV(B)219.45º31.2%91.76%-
XYZ47.1148.6484.75-
YUV184156.22111.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=27.71%
G=32.01%
B=40.28%

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
Decimal1611862340.310.2100.08219.4563.4877.45
HexA1BAEA1F1508db3f4d
Octal241272352372501033377115
Binary101000011011101011101010111111010101000110110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAEA; }

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

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

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

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

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

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

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

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