#A0BAEA

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

Shades of Perano #A0BAEA

Tints of Perano #A0BAEA

Color information

#A0BAEA (or 0xA0BAEA) is unknown color: approx Perano. HEX triplet: A0, BA and EA. RGB value is (160,186,234). Sum of RGB (Red+Green+Blue) = 160+186+234=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BAEA is #5F4515. Grayscale: #B7B7B7. Windows color (decimal): -6243606 or 15383200. OLE color: 15383200.

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

Color convert

RGB160186234-
CMYK0.320.2100.08
HSL218.92º63.79%77.25%-
HSV(B)218.92º31.62%91.76%-
XYZ46.9148.5384.74-
YUV183.7156.39111.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=27.59%
G=32.07%
B=40.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601862340.320.2100.08218.9263.7977.25
HexA0BAEA201508db404d
Octal2402723524025010333100115
Binary10100000101110101110101010000010101010001101101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAEA; }

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

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

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

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

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

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

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

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