#A0BAF5

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

Shades of Perano #A0BAF5

Tints of Perano #A0BAF5

Color information

#A0BAF5 (or 0xA0BAF5) is unknown color: approx Perano. HEX triplet: A0, BA and F5. RGB value is (160,186,245). Sum of RGB (Red+Green+Blue) = 160+186+245=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #A0BAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BAF5 is #5F450A. Grayscale: #B8B8B8. Windows color (decimal): -6243595 or 16104096. OLE color: 16104096.

HSL color Cylindrical-coordinate representation of color #A0BAF5: hue angle of 221.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BAF5 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160186245-
CMYK0.350.2400.04
HSL221.65º80.95%79.41%-
HSV(B)221.65º34.69%96.08%-
XYZ48.5449.1893.32-
YUV184.95161.89110.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.07%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 245 (96.09% from 255) = 41.46%
R=27.07%
G=31.47%
B=41.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601862450.350.2400.04221.6580.9579.41
HexA0BAF5231804de514f
Octal240272365433004336121117
Binary1010000010111010111101011000111100001001101111010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAF5; }

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

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

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

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

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

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

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

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