#A0BAF0

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

Shades of Perano #A0BAF0

Tints of Perano #A0BAF0

Color information

#A0BAF0 (or 0xA0BAF0) is unknown color: approx Perano. HEX triplet: A0, BA and F0. RGB value is (160,186,240). Sum of RGB (Red+Green+Blue) = 160+186+240=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BAF0 is #5F450F. Grayscale: #B8B8B8. Windows color (decimal): -6243600 or 15776416. OLE color: 15776416.

HSL color Cylindrical-coordinate representation of color #A0BAF0: hue angle of 220.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0BAF0 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160186240-
CMYK0.330.2200.06
HSL220.5º72.73%78.43%-
HSV(B)220.5º33.33%94.12%-
XYZ47.7848.8889.35-
YUV184.38159.39110.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.30%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=27.30%
G=31.74%
B=40.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601862400.330.2200.06220.572.7378.43
HexA0BAF0211606dc494e
Octal240272360412606334111116
Binary1010000010111010111100001000011011001101101110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAF0; }

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

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

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

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

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

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

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

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